style(hero): make home title single line

This commit is contained in:
mstfyldz
2026-06-04 20:13:53 +03:00
parent f54cbb0975
commit cbb25881ad
4 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -142,7 +142,7 @@ export default function HomeClient({ lang, dict }: { lang: string; dict: any })
</m.p>
{/* Main heading */}
<h1 className="text-5xl md:text-7xl lg:text-8xl font-serif text-white mb-8 leading-[0.95] tracking-tight">
<h1 className="text-3xl sm:text-4xl md:text-6xl lg:text-7xl font-serif text-white mb-8 leading-[0.95] tracking-tight whitespace-nowrap">
<TextReveal text={dict.hero.title} delay={0.2} />
</h1>