From d251941751debc2d7300a882314360e30f0d4260 Mon Sep 17 00:00:00 2001 From: Jukka Lampikoski Date: Tue, 10 Mar 2026 02:55:33 +0200 Subject: [PATCH] Shrink hero section, remove min-height: 100vh Hero no longer takes the full viewport height, so pricing is visible sooner when scrolling. Co-Authored-By: Claude Opus 4.6 --- style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/style.css b/style.css index 35ceab1..813d3b5 100644 --- a/style.css +++ b/style.css @@ -139,10 +139,9 @@ a { /* === Hero === */ .hero { position: relative; - min-height: 100vh; display: flex; align-items: center; - padding: 120px 0 80px; + padding: 120px 0 60px; overflow: hidden; }