fix: remove rounding from GameCard's

This commit is contained in:
ascpixi 2025-11-20 15:26:50 -05:00
parent 1bac14e53a
commit f85bea36a8

View file

@ -17,7 +17,7 @@ function GameCard({ imageSrc, imageAlt, title, author, href }: GameCardProps) {
<img
src={imageSrc}
alt={imageAlt}
className="w-[391px] h-[263px] rounded-[20px] shadow-[12px_12px_0px_0px_rgba(0,0,0,0.25)] object-cover hover:scale-105 transition-transform"
className="w-[391px] h-[263px] shadow-[12px_12px_0px_0px_rgba(0,0,0,0.25)] object-cover hover:scale-105 transition-transform"
/>
</a>
<div className="text-center text-[#d7cfeb]">