diff --git a/style.css b/style.css index 5caa038..a7d68d8 100644 --- a/style.css +++ b/style.css @@ -141,7 +141,7 @@ img { } .logo img { - height: 44px; + height: 56px; width: auto; } @@ -178,7 +178,11 @@ img { /* ---- Hero ---- */ .hero { position: relative; - padding: 180px 0 100px; + min-height: 100vh; + display: flex; + align-items: center; + justify-content: center; + padding: 120px 0 80px; text-align: center; overflow: hidden; background-size: cover;