Skip to content

Commit

Permalink
Fix image clipping
Browse files Browse the repository at this point in the history
  • Loading branch information
kamranahmedse committed Sep 23, 2024
1 parent 1329059 commit 86c65e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PageSponsor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export function PageSponsor(props: PageSponsorProps) {
<span>
<img
src={imageUrl}
className="block h-[106px] object-cover sm:h-[169px] sm:w-[118.18px]"
className="block h-[106px] object-cover sm:h-[153px] sm:w-[118.18px]"
alt="Sponsor Banner"
/>
</span>
Expand Down

0 comments on commit 86c65e6

Please sign in to comment.