diff --git a/css/master.css b/css/master.css index 0ca0133..736ccf7 100644 --- a/css/master.css +++ b/css/master.css @@ -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{