summaryrefslogtreecommitdiff
path: root/css/base.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/base.css')
-rw-r--r--css/base.css18
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
30ul li { 30li {
31 list-style-type: '- '; 31 list-style-type: '- ';
32} 32}
33 33
34#vertcontain { 34ul {
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;