modify margins on first slide a bit to make bouncing arrow better visible on small screens
parent
09f9df102b
commit
3ab6fc7c17
|
@ -194,7 +194,7 @@ a:not(.btn):not(.hiddenlink):hover::before, a:not(.btn):not(.hiddenlink):focus::
|
||||||
/* Bouncing down arrow */
|
/* Bouncing down arrow */
|
||||||
.arrow-bounce {
|
.arrow-bounce {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: -30px 0;
|
margin: -60px 0 -20px 0;
|
||||||
-moz-animation: bounce 2s infinite;
|
-moz-animation: bounce 2s infinite;
|
||||||
-webkit-animation: bounce 2s infinite;
|
-webkit-animation: bounce 2s infinite;
|
||||||
animation: bounce 2s infinite;
|
animation: bounce 2s infinite;
|
||||||
|
|
Loading…
Reference in New Issue