From 959304640f9d93ce5d355ea1aff0587d1f130fe9 Mon Sep 17 00:00:00 2001 From: kundan singh Date: Thu, 4 Apr 2024 14:47:34 +0530 Subject: [PATCH] fix: fixed cart ui issue --- .../src/components/cart/cart-item.module.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/becknified-components/src/components/cart/cart-item.module.css b/packages/becknified-components/src/components/cart/cart-item.module.css index 7afe221e7..8c4feb240 100644 --- a/packages/becknified-components/src/components/cart/cart-item.module.css +++ b/packages/becknified-components/src/components/cart/cart-item.module.css @@ -22,7 +22,7 @@ } @media (min-width: 640px) { - min-width: 290px; + min-width: 480px; } } @@ -30,7 +30,7 @@ display: flex; flex-wrap: wrap; - @media (min-width: 640px) { + @media (min-width: 1200px) { flex-wrap: nowrap; } @@ -41,8 +41,8 @@ .product_image_container { width: 80px; - height: 80px; - margin-bottom: 5px; + height: 100%; + margin-bottom: 20px; } .product_name { @@ -59,7 +59,7 @@ padding-top: 0.25rem; @media (min-width: 640px) { - margin-bottom: 0; + margin-bottom: 8px; } }