Skip to content

Commit a928592

Browse files
committed
120px margin bottom
1 parent 8a487ce commit a928592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Product/DisplayProducts.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ interface IDisplayProductsProps {
4848

4949
const DisplayProducts = ({ products }: IDisplayProductsProps) => (
5050
<section className="container mx-auto bg-white">
51-
<div id="product-container" className="flex flex-wrap items-center mb-12 md:mb-0">
51+
<div id="product-container" className="flex flex-wrap items-center mb-[120px] md:mb-0">
5252
{products ? (
5353
products.map(
5454
({

0 commit comments

Comments
 (0)