From 606bd1c3d18b0ef573d38d6a515fd64413efcf73 Mon Sep 17 00:00:00 2001 From: Javier Blanco Date: Thu, 30 Apr 2026 22:34:18 +0700 Subject: [PATCH] Hero title stacked: Sabor Flow above, Da Nang below Co-Authored-By: Claude Sonnet 4.6 --- css/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/css/style.css b/css/style.css index 9fe641e..ce930b0 100644 --- a/css/style.css +++ b/css/style.css @@ -391,13 +391,13 @@ section { padding: 5rem 0; } margin-bottom: 0.35rem; } .hero-title-city { - display: inline; - font-size: 0.28em; + display: block; + font-size: 0.22em; font-weight: 400; - letter-spacing: 0.32em; + letter-spacing: 0.4em; text-transform: uppercase; color: var(--muted); - margin-left: 0.5em; + margin-top: 0.5em; } .hero-rule { width: 36px; height: 1px; background: var(--orange); margin: 1.5rem auto; }