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/chung.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'css/chung.css') 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