From 33ae6d3a084ff4a73874006e401947addad99fbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Sun, 22 Mar 2026 17:08:41 +0100 Subject: [PATCH] Adjust hero proportions --- styles.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index f865a71..f1a10db 100644 --- a/styles.css +++ b/styles.css @@ -105,6 +105,10 @@ button { grid-template-columns: repeat(2, minmax(0, 1fr)); } +.hero { + grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.88fr); +} + .brand { width: clamp(200px, 22vw, 320px); } @@ -117,7 +121,7 @@ button { gap: 2.5rem; min-height: 100%; padding-top: clamp(2.25rem, 4vw, 3.75rem); - padding-bottom: clamp(2.25rem, 4vw, 3.5rem); + padding-bottom: clamp(2rem, 3.4vw, 3rem); } .hero__headline-wrap { @@ -156,7 +160,7 @@ button { } .hero__media { - min-height: 760px; + min-height: 660px; } .hero__media img,