From cce24c42dfb758f21fca10084d2743adc993b110 Mon Sep 17 00:00:00 2001 From: dabikers' admin Date: Thu, 18 Jan 2024 09:30:30 -0600 Subject: Add services page --- css/base.css | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'css/base.css') diff --git a/css/base.css b/css/base.css index 42b6c80..f235ebf 100644 --- a/css/base.css +++ b/css/base.css @@ -19,7 +19,7 @@ /* */ :root { - --bheight: 3vw; + --bheight: 3vw; /* min-content This feels hackey but it works & stops overflow */ --cblack: #000000; --cwhite: #ffffff; @@ -70,6 +70,9 @@ a { padding: 1vw; margin: 1vw; margin-bottom: 5vw; /* Not knowing about this was fucking annoying */ + + overflow: auto; + overflow-wrap: break-word; } #top-bar { @@ -133,7 +136,7 @@ a { text-align: center; /* overflow: auto; Idk why this is "overflowing" but this should be a good enough fix fow now */ - overflow: hidden; + overflow: auto; } #bottom-flex { @@ -165,12 +168,8 @@ a { float: none; } -#content { - overflow: auto; -} - #copyrightnotice { display: inline-block; - font-size: 75%; + font-size: 50%; color: rgba(255, 255, 255, 0.15); } \ No newline at end of file -- cgit v1.2.3