summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndrew Yu <andrew@andrewyu.org>2022-01-11 21:00:36 +0800
committerAndrew Yu <andrew@andrewyu.org>2022-01-11 21:00:36 +0800
commit7f5567752c79bfecf8f6f23c3aa1f80696def337 (patch)
tree9a445ad6d9830c75875fd0019595974c9b17019b
parent63783e88ecd38532703a41b13e17c5ca7ef16981 (diff)
downloadwww-7f5567752c79bfecf8f6f23c3aa1f80696def337.tar.gz
fall
-rw-r--r--lovely/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/lovely/style.css b/lovely/style.css
index d53a36e..38429d7 100644
--- a/lovely/style.css
+++ b/lovely/style.css
@@ -297,8 +297,8 @@ html {
 
 body {
   transform-origin: bottom center;
-  bkit-transform: rotateX(-80deg);
-  animation: fall 480s ease-in;
+  -webkit-transform: rotateX(-80deg);
+  animation: fall 30s ease-in;
   transform-origin: bottom center;
   transform: rotateX(-90deg);
 }