diff --git a/theme/css/main-desktop.css b/theme/css/main-desktop.css index 31de159..27e2490 100644 --- a/theme/css/main-desktop.css +++ b/theme/css/main-desktop.css @@ -440,12 +440,12 @@ a { #subheadline { position: absolute; -webkit-animation-name: toleft; - -webkit-animation-duration: 4s; + -webkit-animation-duration: 3s; -webkit-animation-iteration-count: 1; -webkit-animation-timing-function: linear; -webkit-animation-fill-mode: forwards; animation-name: toleft; - animation-duration: 4s; + animation-duration: 3s; animation-iteration-count: 1; animation-timing-function: linear; animation-fill-mode: forwards;