From 53b749617b67fec03d44279543e0823b52993a9e Mon Sep 17 00:00:00 2001 From: Jukka Lampikoski Date: Mon, 9 Mar 2026 23:47:21 +0200 Subject: [PATCH] Enlarge logo and make hero section full viewport height Co-Authored-By: Claude Opus 4.6 --- style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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;