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 --- css/base.css | 6 ++++-- css/chung.css | 3 +++ 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'css') 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; -- cgit v1.2.3