mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-22 08:53:01 +02:00
Fix image clipping
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user