arrow position
This commit is contained in:
parent
494a5cceb3
commit
eee249976b
@ -43,7 +43,7 @@ p.article{
|
|||||||
font-size: 2.5em;
|
font-size: 2.5em;
|
||||||
}
|
}
|
||||||
section.home {
|
section.home {
|
||||||
min-height: calc(100vh - 14.3em); /* iPhone Safari */
|
min-height: calc(100vh);
|
||||||
background-image: url('../img/logo.png');
|
background-image: url('../img/logo.png');
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
@ -52,7 +52,7 @@ section.home {
|
|||||||
img.arrow-down{
|
img.arrow-down{
|
||||||
width: 3.5em;
|
width: 3.5em;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: calc(100vh - 18em);
|
top: calc(100vh - 5em);
|
||||||
left: calc(50% - 1.75em);
|
left: calc(50% - 1.75em);
|
||||||
animation: arrow 3s infinite;
|
animation: arrow 3s infinite;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user