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; }