Merge pull request #4 from okbel/arzafran/tweak-marquee

Larger Marquees
This commit is contained in:
Luis Alvarez D
2020-10-18 17:59:36 -05:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ const ProductCard: FC<Props> = ({ className, node: p, variant }) => {
return (
<div className="relative overflow-hidden box-border">
<img
className="object-scale-down h-24"
className="object-scale-down h-48"
src={p.images.edges[0].node.urlSmall}
/>
<div className="absolute inset-0 flex items-center justify-end mr-8">