Skip to content

Commit f785992

Browse files
committed
Merge branch 'master' into 1302-responsive-checkout
2 parents fcaca39 + 821172b commit f785992

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)