diff options
| author | dabikers' admin <dabikers@protonmail.com> | 2024-01-02 06:39:49 -0600 |
|---|---|---|
| committer | dabikers' admin <dabikers@protonmail.com> | 2024-01-02 06:39:49 -0600 |
| commit | 3f3e5d7348b77b08488cc8dd65c47ecd3b63c1ac (patch) | |
| tree | 32ca588950d4281ddde7c7833b169ce3743c1f98 /css/base.css | |
| parent | bacf6638b8cea9f4ac4b0a6e3015f1de7cb04a68 (diff) | |
We do a little fixing <div>s
Diffstat (limited to 'css/base.css')
| -rw-r--r-- | css/base.css | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/css/base.css b/css/base.css index c3ed70c..15597d2 100644 --- a/css/base.css +++ b/css/base.css | |||
| @@ -27,11 +27,18 @@ | |||
| 27 | margin: 0; | 27 | margin: 0; |
| 28 | } | 28 | } |
| 29 | 29 | ||
| 30 | ul li { | 30 | li { |
| 31 | list-style-type: '- '; | 31 | list-style-type: '- '; |
| 32 | } | 32 | } |
| 33 | 33 | ||
| 34 | #vertcontain { | 34 | ul { |
| 35 | padding-top: 1vw; | ||
| 36 | padding-bottom: 1vw; | ||
| 37 | padding-left: 2vw; | ||
| 38 | padding-right: 2vw; | ||
| 39 | } /* Looks good for the links */ | ||
| 40 | |||
| 41 | .vertcontain { | ||
| 35 | display: flex; | 42 | display: flex; |
| 36 | flex-flow: column nowrap; | 43 | flex-flow: column nowrap; |
| 37 | 44 | ||
| @@ -106,7 +113,8 @@ ul li { | |||
| 106 | font-family: 'zai_courier_polski_1941Rg', 'Courier New', Courier, monospace; | 113 | font-family: 'zai_courier_polski_1941Rg', 'Courier New', Courier, monospace; |
| 107 | text-align: center; | 114 | text-align: center; |
| 108 | 115 | ||
| 109 | overflow: auto; /* Idk why this is "overflowing" but this should be a good enough fix fow now */ | 116 | /* overflow: auto; Idk why this is "overflowing" but this should be a good enough fix fow now */ |
| 117 | overflow: hidden; | ||
| 110 | } | 118 | } |
| 111 | 119 | ||
| 112 | #bottom-flex { | 120 | #bottom-flex { |
| @@ -129,6 +137,10 @@ ul li { | |||
| 129 | content: "]"; | 137 | content: "]"; |
| 130 | } | 138 | } |
| 131 | 139 | ||
| 140 | #bottom-bar ul { | ||
| 141 | padding: 0; | ||
| 142 | } | ||
| 143 | |||
| 132 | #bottom-bar li { | 144 | #bottom-bar li { |
| 133 | display: inline; | 145 | display: inline; |
| 134 | float: none; | 146 | float: none; |
