mirror of
https://github.com/System-End/campfire.git
synced 2026-04-19 22:05:14 +00:00
fix: remove rounding from GameCard's
This commit is contained in:
parent
1bac14e53a
commit
f85bea36a8
1 changed files with 1 additions and 1 deletions
|
|
@ -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]">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue