summaryrefslogtreecommitdiff
path: root/css/chung.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/chung.css
parenta0ab5314391e76e42f933b0889ffbd8f7f8559db (diff)
Make scaling a little better
Diffstat (limited to 'css/chung.css')
-rw-r--r--css/chung.css3
1 files changed, 3 insertions, 0 deletions
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;