From 76a06cc3eea74b7d18393ea97a6dc22983dd7cef Mon Sep 17 00:00:00 2001 From: Mohammed Al-yaseen Date: Tue, 16 Dec 2025 01:04:30 +0300 Subject: [PATCH] fix height --- .../cart/components/youMayLike/YouMayAlsoLike.module.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/cart/components/youMayLike/YouMayAlsoLike.module.css b/src/pages/cart/components/youMayLike/YouMayAlsoLike.module.css index a0be90f..8921fb4 100644 --- a/src/pages/cart/components/youMayLike/YouMayAlsoLike.module.css +++ b/src/pages/cart/components/youMayLike/YouMayAlsoLike.module.css @@ -56,7 +56,7 @@ outline-offset: 4px; } .youMightAlsoLikeContainer { - height: 160px !important; + height: 130px !important; } .itemDescriptionIconsContainer { @@ -70,7 +70,7 @@ @media (min-width: 768px) and (max-width: 1024px) { .youMightAlsoLikeContainer { - height: 210px !important; + height: 190px !important; } .itemDescriptionIconsContainer {