diff --git a/app/cart/components/CartContent.tsx b/app/cart/components/CartContent.tsx index c0939ff..a82ea0b 100644 --- a/app/cart/components/CartContent.tsx +++ b/app/cart/components/CartContent.tsx @@ -457,20 +457,12 @@ export function CartContent({ {/* Title only — /checkout renders the same CartTrustBadges - docs with description too, see CheckoutContent.tsx. - Centered below sm: (640px), left-aligned from sm: up — - each row is w-full sm:+ only, so the icon+title sits as a - compact centered unit below sm: (a w-full row would make - items-center on the container above a no-op) and expands - to a left-aligned full-width row once there's more - horizontal room. items-start on the container gives every - row the same left edge once left-aligned, so nothing - reads staggered/crooked between rows. */} -