From e5fb72da6463d7d48a799c16ae751b4e4a10c86d Mon Sep 17 00:00:00 2001 From: Jukka Lampikoski Date: Tue, 10 Mar 2026 02:57:49 +0200 Subject: [PATCH] Reduce spacing between hero and pricing Pricing cards now visible immediately on page load without scrolling. Co-Authored-By: Claude Opus 4.6 --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 813d3b5..a119e0f 100644 --- a/style.css +++ b/style.css @@ -141,7 +141,7 @@ a { position: relative; display: flex; align-items: center; - padding: 120px 0 60px; + padding: 100px 0 32px; overflow: hidden; } @@ -321,7 +321,7 @@ a { /* === Pricing === */ .pricing { - padding: 100px 0; + padding: 40px 0 100px; position: relative; background: linear-gradient(180deg, var(--dark) 0%, var(--dark-light) 100%); }