Prevent hero title line break on Sabor Flow

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-30 22:37:08 +07:00
parent 606bd1c3d1
commit a4a4b44531

View File

@@ -388,6 +388,7 @@ section { padding: 5rem 0; }
letter-spacing: -0.03em; letter-spacing: -0.03em;
line-height: 1; line-height: 1;
color: var(--text); color: var(--text);
white-space: nowrap;
margin-bottom: 0.35rem; margin-bottom: 0.35rem;
} }
.hero-title-city { .hero-title-city {