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:
2026-06-03 16:18:03 +00:00
parent aeff448448
commit 802fa05631

View File

@@ -112,7 +112,7 @@ export default async function FeaturedBento() {
{hero.category} {hero.category}
</div> </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} {hero.title}
</h3> </h3>
{hero.excerpt && ( {hero.excerpt && (