We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aef6519 commit 7f576b9Copy full SHA for 7f576b9
app/[locale]/developers/page.tsx
@@ -195,7 +195,7 @@ const DevelopersPage = async ({
195
src={resourcesBanner}
196
alt="Banner showing four resource app icons"
197
sizes={`(max-width: ${screens.sm}) 100vw, calc(50vw - 14rem)`}
198
- className="max-h-56 w-full object-contain"
+ className="-my-2 max-h-60 w-full object-contain" // -my-2 accounts for image shadows
199
/>
200
<div className="">
201
<h3>{t("page-developers-resources-title")}</h3>
public/images/developers/tutorial-tags-banner.png
-17.3 KB
0 commit comments