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 <noreply@anthropic.com>
This commit is contained in:
2026-03-10 02:55:33 +02:00
parent 30d0f0788c
commit d251941751

View File

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