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