Skip to content

Commit 00f6370

Browse files
committed
Fix padding products
1 parent 1aef1fc commit 00f6370

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
@@ -46,7 +46,7 @@ interface IDisplayProductsProps {
4646
*/
4747

4848
const DisplayProducts = ({ products }: IDisplayProductsProps) => (
49-
<section className="container mx-auto bg-white py-12">
49+
<section className="py-12">
5050
<div
5151
id="product-container"
5252
className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-8"

0 commit comments

Comments
 (0)