aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2024-09-18 17:36:50 +0300
committerHenry Jameson <me@hjkos.com>2024-09-18 17:36:50 +0300
commit711eb24504d231e2276640b614849a3ae6703c14 (patch)
tree6189cdf32a1245ee2699fe17195c68f4e0f795d5 /src
parent82936aed382c67280a929f3738f94bc0e172d245 (diff)
cleanup
Diffstat (limited to 'src')
-rw-r--r--src/App.scss8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/App.scss b/src/App.scss
index d5bb6469..f52ba06b 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -937,12 +937,6 @@ option {
}
}
- #mascot-container {
- perspective: 60em;
- perspective-origin: 0 -15em;
- transform-style: preserve-3d;
- }
-
#throbber {
animation-duration: 3s;
animation-name: bounce;
@@ -950,8 +944,6 @@ option {
animation-direction: normal;
transform-origin: bottom center;
- --defaultY: 0;
-
&.dead {
animation-name: dead;
animation-duration: 2s;