Skip to content

Commit 9ece124

Browse files
committed
Merge branch 'master' into 1302-responsive-checkout
2 parents f785992 + f68476d commit 9ece124

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)