style(hero): make home title single line
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user