Skip to content

Commit 821172b

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

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
@@ -58,7 +58,7 @@ const SingleProduct = ({ product }: IProductRootObject) => {
5858
</div>
5959
) : (
6060
<div className="container flex flex-wrap items-center pt-4 pb-12 mx-auto ">
61-
<div className="grid grid-cols-1 gap-4 mt-16 lg:grid-cols-2 xl:grid-cols-2 md:grid-cols-2 sm:grid-cols-2">
61+
<div className="grid grid-cols-1 gap-4 md:mt-16 lg:grid-cols-2 xl:grid-cols-2 md:grid-cols-2 sm:grid-cols-2">
6262
{image && (
6363
<img
6464
id="product-image"

0 commit comments

Comments
 (0)