make marquees larger

This commit is contained in:
Franco Arza 2020-10-17 23:09:05 -03:00
parent 526b291f4f
commit 4bb7fa33fe
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;
}
}