From a11f7a9ea0ebcf718548a453f44d3b7fdf15425a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Thu, 22 Jan 2015 23:19:37 +0100 Subject: [PATCH] Generate Pelican site --- theme/css/main-desktop.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;