From eee249976be2b5993d74f439bbdfe08aea02acd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20Petr=C3=A1=C5=88?= Date: Wed, 24 Apr 2019 12:17:43 +0200 Subject: [PATCH] arrow position --- css/master.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/master.css b/css/master.css index c233e6f..0ca0133 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 - 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; }