Skip to content

Commit 5407a74

Browse files
committed
fix: space below image
1 parent d660a77 commit 5407a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/[locale]/10years/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
327327
<Image
328328
src={TenYearLogo}
329329
alt="10 year anniversary logo"
330-
className="-mb-4 max-h-80 object-contain"
330+
className="mb-8 max-h-80 object-contain sm:mb-12"
331331
/>
332332
<h3>Have an idea for how the community can celebrate?</h3>
333333
<p>

0 commit comments

Comments
 (0)