From a4a4b4453102e4af27561dd9dda80847991b8180 Mon Sep 17 00:00:00 2001 From: Javier Blanco Date: Thu, 30 Apr 2026 22:37:08 +0700 Subject: [PATCH] Prevent hero title line break on Sabor Flow Co-Authored-By: Claude Sonnet 4.6 --- css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/style.css b/css/style.css index ce930b0..57bf163 100644 --- a/css/style.css +++ b/css/style.css @@ -388,6 +388,7 @@ section { padding: 5rem 0; } letter-spacing: -0.03em; line-height: 1; color: var(--text); + white-space: nowrap; margin-bottom: 0.35rem; } .hero-title-city {