4
0
forked from crowetic/commerce

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
commit 51f198d6a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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">

View File

@ -8,7 +8,7 @@
& > * {
@apply flex-1 px-16 py-4;
width: 400px;
width: 430px;
}
}