forked from crowetic/commerce
make marquees larger
This commit is contained in:
parent
526b291f4f
commit
4bb7fa33fe
@ -23,7 +23,7 @@ const ProductCard: FC<Props> = ({ className, node: p, variant }) => {
|
|||||||
return (
|
return (
|
||||||
<div className="relative overflow-hidden box-border">
|
<div className="relative overflow-hidden box-border">
|
||||||
<img
|
<img
|
||||||
className="object-scale-down h-24"
|
className="object-scale-down h-48"
|
||||||
src={p.images.edges[0].node.urlSmall}
|
src={p.images.edges[0].node.urlSmall}
|
||||||
/>
|
/>
|
||||||
<div className="absolute inset-0 flex items-center justify-end mr-8">
|
<div className="absolute inset-0 flex items-center justify-end mr-8">
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
& > * {
|
& > * {
|
||||||
@apply flex-1 px-16 py-4;
|
@apply flex-1 px-16 py-4;
|
||||||
width: 400px;
|
width: 430px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user