Skip to content

Commit 35d6507

Browse files
authored
Merge pull request #1318 from w3bdesign/1314-improve-cart-design-on-mobile
CartContents responsive design
2 parents 2c2f53c + fb482d3 commit 35d6507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Cart/CartContents.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ const CartContents = () => {
9494
key={item.key}
9595
className="flex items-center border-b border-gray-200 py-4"
9696
>
97-
<div className="flex-shrink-0 w-24 h-24 relative">
97+
<div className="flex-shrink-0 w-24 h-24 relative hidden md:block">
9898
<Image
9999
src={
100100
item.product.node.image?.sourceUrl || '/placeholder.png'

0 commit comments

Comments
 (0)