summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authordabikers' admin <dabikers@protonmail.com>2023-12-30 01:36:04 -0600
committerdabikers' admin <dabikers@protonmail.com>2023-12-30 01:36:04 -0600
commita5e380d9c8f97a379f454bfc6bcd4bddac5361e1 (patch)
tree95e185e068fceca9f14694ef6b5dbe76d06c8cbd /css
parenta0ab5314391e76e42f933b0889ffbd8f7f8559db (diff)
Make scaling a little better
Diffstat (limited to 'css')
-rw-r--r--css/base.css6
-rw-r--r--css/chung.css3
2 files changed, 7 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 {
diff --git a/css/chung.css b/css/chung.css
index 17c8ec3..a106612 100644
--- a/css/chung.css
+++ b/css/chung.css
@@ -1,4 +1,7 @@
1#chung { 1#chung {
2 width:calc(75vh + 25vw); /* Ensures that the chungoid is just stretched enough, regardless of what platform you're using */
3 height: 200px;
4
2 animation: rotation 1s; 5 animation: rotation 1s;
3 animation-timing-function: linear; 6 animation-timing-function: linear;
4 animation-iteration-count: infinite; 7 animation-iteration-count: infinite;