diff --git a/src/pages/cart/cart.module.css b/src/pages/cart/cart.module.css index 2c31b08..ffb6915 100644 --- a/src/pages/cart/cart.module.css +++ b/src/pages/cart/cart.module.css @@ -514,29 +514,11 @@ outline-offset: 4px; } - .responsive-grid { - display: grid; - grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); - gap: 16px; - overflow-x: visible; - } } -/* Extra large screens (min-width: 1024px) */ -@media (min-width: 1024px) { - .responsive-grid { - grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); - gap: 20px; - } -} -/* Large desktop screens (min-width: 1280px) */ -@media (min-width: 1280px) { - .responsive-grid { - grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); - gap: 24px; - } -} + + /* Extra large desktop screens (min-width: 1440px) */ @media (min-width: 1440px) { diff --git a/src/pages/cart/components/CartDesktopLayout.tsx b/src/pages/cart/components/CartDesktopLayout.tsx index 1b64589..95caf56 100644 --- a/src/pages/cart/components/CartDesktopLayout.tsx +++ b/src/pages/cart/components/CartDesktopLayout.tsx @@ -31,9 +31,9 @@ export default function CartDesktopLayout() { return ( <>