modify margins on first slide a bit to make bouncing arrow better visible on small screens

lektura
max.mehl 2017-08-30 15:00:46 +02:00
parent 09f9df102b
commit 3ab6fc7c17
1 changed files with 1 additions and 1 deletions

View File

@ -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;