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 1aef1fc commit 00f6370Copy full SHA for 00f6370
src/components/Product/DisplayProducts.component.tsx
@@ -46,7 +46,7 @@ interface IDisplayProductsProps {
46
*/
47
48
const DisplayProducts = ({ products }: IDisplayProductsProps) => (
49
- <section className="container mx-auto bg-white py-12">
+ <section className="py-12">
50
<div
51
id="product-container"
52
className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-8"
0 commit comments