ui(avbeat): shrink featured-story hero headline ~50%
FeaturedBentoFromDb.tsx:115 — hero h3 size ramp halved: text-2xl md:text-4xl lg:text-5xl (24 / 36 / 48 px) → text-base md:text-lg lg:text-2xl (16 / 18 / 24 px) leading-tight and the rest of the class string preserved.
This commit is contained in:
@@ -112,7 +112,7 @@ export default async function FeaturedBento() {
|
||||
{hero.category}
|
||||
</div>
|
||||
)}
|
||||
<h3 className="font-serif text-2xl md:text-4xl lg:text-5xl text-white leading-tight max-w-3xl group-hover:text-[var(--color-text-info,#60a5fa)] transition-colors">
|
||||
<h3 className="font-serif text-base md:text-lg lg:text-2xl text-white leading-tight max-w-3xl group-hover:text-[var(--color-text-info,#60a5fa)] transition-colors">
|
||||
{hero.title}
|
||||
</h3>
|
||||
{hero.excerpt && (
|
||||
|
||||
Reference in New Issue
Block a user