Skip to content

Commit 7f576b9

Browse files
committed
chore: upres tag banner; size adjust
1 parent aef6519 commit 7f576b9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

app/[locale]/developers/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ const DevelopersPage = async ({
195195
src={resourcesBanner}
196196
alt="Banner showing four resource app icons"
197197
sizes={`(max-width: ${screens.sm}) 100vw, calc(50vw - 14rem)`}
198-
className="max-h-56 w-full object-contain"
198+
className="-my-2 max-h-60 w-full object-contain" // -my-2 accounts for image shadows
199199
/>
200200
<div className="">
201201
<h3>{t("page-developers-resources-title")}</h3>
-17.3 KB
Loading

0 commit comments

Comments
 (0)