Skip to content

Commit

Permalink
Update SingleProduct.component.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
w3bdesign committed Sep 14, 2024
1 parent 61062e4 commit 5c824ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Product/SingleProduct.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ const SingleProduct = ({ product }: IProductRootObject) => {
</select>
</div>
)}
<div className="w-full p-4">
<div className="w-full p-4 md:p-0">
{product.variations && (
<AddToCart
product={product}
Expand Down

0 comments on commit 5c824ba

Please sign in to comment.