File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
app/[locale]/10years/_components
public/images/10-year-anniversary Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ const TenYearHomeBanner = () => {
15
15
< ParallaxImage
16
16
src = { TenYearGraphicImage }
17
17
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"
19
19
/>
20
- < div className = "flex justify-center" >
20
+ < div className = "mt-4 flex justify-center" >
21
21
< 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" />
23
23
</ div >
24
24
< div className = "mb-4 flex flex-col gap-2" >
25
25
< p >
You can’t perform that action at this time.
0 commit comments