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 a7ec5ee commit 40945ecCopy full SHA for 40945ec
src/components/Product/SingleProduct.component.tsx
@@ -48,7 +48,7 @@ const SingleProduct = ({ product }: IProductRootObject) => {
48
}
49
50
return (
51
- <section className="py-8 bg-white mb-12 sm:mb-2">
+ <section className="bg-white mb-12 sm:mb-2">
52
{/* Show loading spinner while loading, and hide content while loading */}
53
{isLoading ? (
54
<div className="h-56 mt-20">
0 commit comments