diff --git a/app/cart/components/CartContent.tsx b/app/cart/components/CartContent.tsx index 83f1360..d56e4dc 100644 --- a/app/cart/components/CartContent.tsx +++ b/app/cart/components/CartContent.tsx @@ -480,8 +480,11 @@ export function CartContent({ once the sidebar narrows at lg:. sm:w-auto with no flex-grow (was sm:flex-1) so each badge only takes its own content width instead of stretching to fill the full card - width. */} -
+ width; sm:justify-center centers that shrink-to-fit row so + the leftover space splits evenly left/right instead of + collecting on the right (the default with items packed + from the start edge). */} +
{trustBadges.map((b) => (