summaryrefslogtreecommitdiff
path: root/css/base.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/base.css')
-rw-r--r--css/base.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/css/base.css b/css/base.css
index 6a23e01..9ae0ce8 100644
--- a/css/base.css
+++ b/css/base.css
@@ -60,7 +60,7 @@ ul li {
60 padding: 0; 60 padding: 0;
61 61
62 text-align: left; 62 text-align: left;
63 font-size: 500%; 63 font-size: 5vw;
64 64
65 display: inline; 65 display: inline;
66 float: left; 66 float: left;
@@ -88,7 +88,7 @@ ul li {
88 padding: 1%; 88 padding: 1%;
89 margin: 0; 89 margin: 0;
90 90
91 height: 3vw; 91 height: 2vw;
92 width: 100vw; 92 width: 100vw;
93 93
94 background-color: black; 94 background-color: black;
@@ -101,6 +101,8 @@ ul li {
101 101
102 font-family: 'zai_courier_polski_1941Rg', 'Courier New', Courier, monospace; 102 font-family: 'zai_courier_polski_1941Rg', 'Courier New', Courier, monospace;
103 text-align: center; 103 text-align: center;
104
105 overflow: auto; /* Idk why this is "overflowing" but this should be a good enough fix fow now */
104} 106}
105 107
106#bottom-flex { 108#bottom-flex {