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 524db2b commit 821172bCopy full SHA for 821172b
src/components/Product/SingleProduct.component.tsx
@@ -58,7 +58,7 @@ const SingleProduct = ({ product }: IProductRootObject) => {
58
</div>
59
) : (
60
<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">
+ <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">
62
{image && (
63
<img
64
id="product-image"
0 commit comments