Skip to content

Commit e064c43

Browse files
committed
fix: sizing of 10year banner text
1 parent 50a1209 commit e064c43

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/[locale]/10years/_components/TenYearHomeBanner.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ const TenYearHomeBanner = () => {
1515
<ParallaxImage
1616
src={TenYearGraphicImage}
1717
alt=""
18-
className="mx-auto -mb-2 -mt-16 max-w-[500px] object-contain sm:-mt-24 md:-mt-32"
18+
className="mx-auto -mb-2 -mt-16 max-w-[min(100%,500px)] object-contain sm:-mt-24 md:-mt-32"
1919
/>
20-
<div className="flex justify-center">
20+
<div className="mt-4 flex justify-center">
2121
<TenYearDesktopText className="mb-4 hidden object-contain text-body md:block" />
22-
<TenYearMobileText className="mb-4 block object-contain text-body md:hidden" />
22+
<TenYearMobileText className="mb-4 block object-contain text-5xl text-body md:hidden" />
2323
</div>
2424
<div className="mb-4 flex flex-col gap-2">
2525
<p>

public/images/10-year-anniversary/10yeartext-mobile.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)