Problem with height on Safari
This commit is contained in:
parent
eee249976b
commit
3a5eadb765
@ -43,7 +43,7 @@ p.article{
|
||||
font-size: 2.5em;
|
||||
}
|
||||
section.home {
|
||||
min-height: calc(100vh);
|
||||
min-height: calc(100vh); /* Bude problem v safari, kde to musim odjebat od nav baru */
|
||||
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 - 5em);
|
||||
top: calc(100vh - 5em); /* Bude problem v safari, kde to musim odjebat od nav baru */
|
||||
left: calc(50% - 1.75em);
|
||||
animation: arrow 3s infinite;
|
||||
}
|
||||
@ -324,6 +324,7 @@ div.-right{
|
||||
.active li:nth-of-type(6){
|
||||
animation: menu-item .25s forwards .60s ease-in-out;
|
||||
}
|
||||
|
||||
/* <--- ANIMATIONS ---> */
|
||||
@keyframes slide-menu {
|
||||
from{
|
||||
|
Loading…
Reference in New Issue
Block a user