From 802fa05631e18aa361ec0bf1eb860f1cf54b5cef Mon Sep 17 00:00:00 2001 From: Local Administrator Date: Wed, 3 Jun 2026 16:18:03 +0000 Subject: [PATCH] ui(avbeat): shrink featured-story hero headline ~50% MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- src/components/FeaturedBentoFromDb.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/FeaturedBentoFromDb.tsx b/src/components/FeaturedBentoFromDb.tsx index e4eac25..7159a4b 100644 --- a/src/components/FeaturedBentoFromDb.tsx +++ b/src/components/FeaturedBentoFromDb.tsx @@ -112,7 +112,7 @@ export default async function FeaturedBento() { {hero.category} )} -

+

{hero.title}

{hero.excerpt && (