Another Grid - More Items to the Store

This commit is contained in:
Belen Curcio
2020-10-05 11:44:14 -03:00
parent 38ad085bd7
commit 3d6c0898d9
4 changed files with 51 additions and 88 deletions

View File

@@ -21,11 +21,9 @@ const ProductCard: FC<Props> = ({ className, node: productData }) => {
return (
<div
className={rootClassName}
style={
{
// backgroundImage: `url('${productData.images.edges[0].node.urlSmall}')`,
}
}
style={{
backgroundImage: `url('${productData.images.edges[0].node.urlSmall}')`,
}}
>
<div className="flex flex-row justify-between box-border w-full z-10 relative">
<div className="flex flex-col flex-1 overflow-hidden">