arrow position

This commit is contained in:
Marcel Petráň 2019-04-24 12:17:43 +02:00
parent 494a5cceb3
commit eee249976b

View File

@ -43,7 +43,7 @@ p.article{
font-size: 2.5em;
}
section.home {
min-height: calc(100vh - 14.3em); /* iPhone Safari */
min-height: calc(100vh);
background-image: url('../img/logo.png');
background-repeat: no-repeat;
background-position: center;
@ -52,7 +52,7 @@ section.home {
img.arrow-down{
width: 3.5em;
position: absolute;
top: calc(100vh - 18em);
top: calc(100vh - 5em);
left: calc(50% - 1.75em);
animation: arrow 3s infinite;
}