From e07403b738ae9365ed08fd6c3b8c4bbf823271e6 Mon Sep 17 00:00:00 2001 From: a-baran-orhan Date: Sat, 11 Jul 2026 16:21:31 +0300 Subject: [PATCH] Fix hero headline wrapping and stage layout --- playground/src/landing.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/playground/src/landing.css b/playground/src/landing.css index d40811d..9adf25b 100644 --- a/playground/src/landing.css +++ b/playground/src/landing.css @@ -272,6 +272,7 @@ code { /* Live studio card */ .hero-stage { position: relative; + min-width: 0; } .studio { position: relative; @@ -761,12 +762,12 @@ a.dev-card:hover { } .eyebrow { color: var(--text-2); letter-spacing: 2.4px; } .headline { - max-width: 10ch; - font-size: clamp(52px, 6.4vw, 88px); + max-width: 11ch; + font-size: clamp(52px, 5.8vw, 82px); line-height: .92; letter-spacing: -.055em; } -.headline .hl { color: var(--text); } +.headline .hl { color: var(--text); white-space: normal; } .headline .hl::after { display: none; } .subhead { font-size: clamp(17px, 1.5vw, 20px); line-height: 1.55; } .hero-meta { border-top: 1px solid var(--border); padding-top: 18px; }