diff options
Diffstat (limited to 'css/base.css')
| -rw-r--r-- | css/base.css | 13 |
1 files changed, 6 insertions, 7 deletions
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 @@ | |||
| 19 | /* */ | 19 | /* */ |
| 20 | 20 | ||
| 21 | :root { | 21 | :root { |
| 22 | --bheight: 3vw; | 22 | --bheight: 3vw; /* min-content This feels hackey but it works & stops overflow */ |
| 23 | 23 | ||
| 24 | --cblack: #000000; | 24 | --cblack: #000000; |
| 25 | --cwhite: #ffffff; | 25 | --cwhite: #ffffff; |
| @@ -70,6 +70,9 @@ a { | |||
| 70 | padding: 1vw; | 70 | padding: 1vw; |
| 71 | margin: 1vw; | 71 | margin: 1vw; |
| 72 | margin-bottom: 5vw; /* Not knowing about this was fucking annoying */ | 72 | margin-bottom: 5vw; /* Not knowing about this was fucking annoying */ |
| 73 | |||
| 74 | overflow: auto; | ||
| 75 | overflow-wrap: break-word; | ||
| 73 | } | 76 | } |
| 74 | 77 | ||
| 75 | #top-bar { | 78 | #top-bar { |
| @@ -133,7 +136,7 @@ a { | |||
| 133 | text-align: center; | 136 | text-align: center; |
| 134 | 137 | ||
| 135 | /* overflow: auto; Idk why this is "overflowing" but this should be a good enough fix fow now */ | 138 | /* overflow: auto; Idk why this is "overflowing" but this should be a good enough fix fow now */ |
| 136 | overflow: hidden; | 139 | overflow: auto; |
| 137 | } | 140 | } |
| 138 | 141 | ||
| 139 | #bottom-flex { | 142 | #bottom-flex { |
| @@ -165,12 +168,8 @@ a { | |||
| 165 | float: none; | 168 | float: none; |
| 166 | } | 169 | } |
| 167 | 170 | ||
| 168 | #content { | ||
| 169 | overflow: auto; | ||
| 170 | } | ||
| 171 | |||
| 172 | #copyrightnotice { | 171 | #copyrightnotice { |
| 173 | display: inline-block; | 172 | display: inline-block; |
| 174 | font-size: 75%; | 173 | font-size: 50%; |
| 175 | color: rgba(255, 255, 255, 0.15); | 174 | color: rgba(255, 255, 255, 0.15); |
| 176 | } \ No newline at end of file | 175 | } \ No newline at end of file |
