Skip to content

Commit f68476d

Browse files
authored
Update SingleProduct.component.tsx
1 parent 821172b commit f68476d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Product/SingleProduct.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const SingleProduct = ({ product }: IProductRootObject) => {
4848
}
4949

5050
return (
51-
<section className="bg-white mb-[10rem] md:mb-12">
51+
<section className="bg-white mb-[8rem] md:mb-12">
5252
{/* Show loading spinner while loading, and hide content while loading */}
5353
{isLoading ? (
5454
<div className="h-56 mt-20">

0 commit comments

Comments
 (0)