We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a487ce commit a928592Copy full SHA for a928592
src/components/Product/DisplayProducts.component.tsx
@@ -48,7 +48,7 @@ interface IDisplayProductsProps {
48
49
const DisplayProducts = ({ products }: IDisplayProductsProps) => (
50
<section className="container mx-auto bg-white">
51
- <div id="product-container" className="flex flex-wrap items-center mb-12 md:mb-0">
+ <div id="product-container" className="flex flex-wrap items-center mb-[120px] md:mb-0">
52
{products ? (
53
products.map(
54
({
0 commit comments