diff --git a/src/pages/cart/components/CartMobileTabletLayout.tsx b/src/pages/cart/components/CartMobileTabletLayout.tsx index 4c8f488..607e176 100644 --- a/src/pages/cart/components/CartMobileTabletLayout.tsx +++ b/src/pages/cart/components/CartMobileTabletLayout.tsx @@ -178,10 +178,10 @@ export default function CartMobileTabletLayout({ overflowWrap: "break-word", lineHeight: "1.4", maxHeight: isMobile - ? "2.8em" + ? "3em" : isTablet - ? "4.8em" - : "6.8em", + ? "5em" + : "7em", fontWeight: 500, letterSpacing: "0.01em", width: "55%",