From 579ee628739b9c745b9c2b820bee5807480a2ae5 Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Fri, 6 Mar 2026 07:46:41 -0500 Subject: [PATCH] Fix hero title wrapping on mobile, center section titles --- landing.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/landing.css b/landing.css index 639a9c7..bcb0213 100644 --- a/landing.css +++ b/landing.css @@ -67,12 +67,13 @@ .landing-hero-title { font-family: helvetica, arial, sans-serif; - font-size: 3.2em; + font-size: 2.4em; font-weight: 700; color: #0b0b0b; line-height: 1.1; margin: 0 0 20px; letter-spacing: -0.02em; + white-space: nowrap; } .landing-hero-subtitle { @@ -110,6 +111,7 @@ color: #0b0b0b; margin: 0 0 12px; letter-spacing: -0.01em; + text-align: center; } .landing-body { @@ -413,6 +415,7 @@ a.mps-button.landing-cta-large { .landing-hero-title { font-size: 4em; + white-space: normal; } .landing-section {