From 3ab6fc7c175f711750c52e7b11c37e23684e58a5 Mon Sep 17 00:00:00 2001 From: "max.mehl" Date: Wed, 30 Aug 2017 15:00:46 +0200 Subject: [PATCH] modify margins on first slide a bit to make bouncing arrow better visible on small screens --- site/static/css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/static/css/custom.css b/site/static/css/custom.css index 74d8c11..a181705 100644 --- a/site/static/css/custom.css +++ b/site/static/css/custom.css @@ -194,7 +194,7 @@ a:not(.btn):not(.hiddenlink):hover::before, a:not(.btn):not(.hiddenlink):focus:: /* Bouncing down arrow */ .arrow-bounce { text-align: center; - margin: -30px 0; + margin: -60px 0 -20px 0; -moz-animation: bounce 2s infinite; -webkit-animation: bounce 2s infinite; animation: bounce 2s infinite;