arrow position
This commit is contained in:
parent
494a5cceb3
commit
eee249976b
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue