From a5e380d9c8f97a379f454bfc6bcd4bddac5361e1 Mon Sep 17 00:00:00 2001 From: dabikers' admin Date: Sat, 30 Dec 2023 01:36:04 -0600 Subject: Make scaling a little better --- acknowledgements.html | 20 ++++++++++++-------- css/base.css | 6 ++++-- css/chung.css | 3 +++ index.html | 2 +- 4 files changed, 20 insertions(+), 11 deletions(-) diff --git a/acknowledgements.html b/acknowledgements.html index c0d8e7a..db999af 100644 --- a/acknowledgements.html +++ b/acknowledgements.html @@ -14,14 +14,18 @@ Da Bikers | Acknowledgements - -
-
- -
-
+
+ +

Acknowledgements

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 { padding: 0; text-align: left; - font-size: 500%; + font-size: 5vw; display: inline; float: left; @@ -88,7 +88,7 @@ ul li { padding: 1%; margin: 0; - height: 3vw; + height: 2vw; width: 100vw; background-color: black; @@ -101,6 +101,8 @@ ul li { font-family: 'zai_courier_polski_1941Rg', 'Courier New', Courier, monospace; text-align: center; + + overflow: auto; /* Idk why this is "overflowing" but this should be a good enough fix fow now */ } #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 @@ #chung { + width:calc(75vh + 25vw); /* Ensures that the chungoid is just stretched enough, regardless of what platform you're using */ + height: 200px; + animation: rotation 1s; animation-timing-function: linear; animation-iteration-count: infinite; diff --git a/index.html b/index.html index 6de4ccb..27b524b 100644 --- a/index.html +++ b/index.html @@ -30,7 +30,7 @@

We do a little trolling it's called we do a little trolling

wtf do I put here lol

- the chungoid in action + the chungoid in action

Go download the world backup

-- cgit v1.2.3