diff options
Diffstat (limited to 'lovely')
-rw-r--r-- | lovely/style.css | 4 |
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); } |