From a24b0717e8783d1b8ec5b60d19f303584382d12d Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Fri, 6 Mar 2026 08:02:25 -0500 Subject: [PATCH] Hero edge-to-edge: kill content margin/padding. Shrink title clamp to prevent wrap. --- landing.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/landing.css b/landing.css index b14d28f..f895dad 100644 --- a/landing.css +++ b/landing.css @@ -8,8 +8,8 @@ .landing-content { background-color: #FFFFFF; - margin: 0; - padding: 0; + margin: 0 !important; + padding: 0 !important; } /* ---- Nav tweaks ---- */ @@ -81,7 +81,7 @@ .landing-hero-title { font-family: helvetica, arial, sans-serif; - font-size: clamp(2.2em, 5.5vw, 4.5em); + font-size: clamp(1.8em, 4.8vw, 4.2em); font-weight: 700; color: #0b0b0b; line-height: 1.1;