mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-23 09:22:52 +02:00
Fix image clipping
This commit is contained in:
@@ -156,7 +156,7 @@ export function PageSponsor(props: PageSponsorProps) {
|
|||||||
<span>
|
<span>
|
||||||
<img
|
<img
|
||||||
src={imageUrl}
|
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"
|
alt="Sponsor Banner"
|
||||||
/>
|
/>
|
||||||
</span>
|
</span>
|
||||||
|
Reference in New Issue
Block a user