From 3a5eadb76567316b6221587f98d3eb578ce3251e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20Petr=C3=A1=C5=88?= Date: Wed, 24 Apr 2019 12:44:00 +0200 Subject: [PATCH] Problem with height on Safari --- css/master.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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{