4
0
forked from crowetic/commerce
commerce/components/product/ProductGrid/ProductGrid.module.css
2020-10-01 17:25:48 -03:00

5 lines
126 B
CSS

.root {
@apply grid grid-cols-1 lg:grid-cols-3 lg:grid-rows-4 w-full h-96;
min-height: calc((100vh - 80px - 56px) * 2);
}