From 7d2470986941f62bc04783d48e3c22a9cdae81ac Mon Sep 17 00:00:00 2001 From: w3bdesign <45217974+w3bdesign@users.noreply.github.com> Date: Mon, 30 Jun 2025 04:47:22 +0200 Subject: [PATCH] Center cart header --- components/Cart/CartItem.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Cart/CartItem.vue b/components/Cart/CartItem.vue index d1424c0b..69dfc6bc 100644 --- a/components/Cart/CartItem.vue +++ b/components/Cart/CartItem.vue @@ -114,7 +114,7 @@ const onQuantityChange = (newQuantity) => { } .item { - @apply lg:m-2 xl:m-4 xl:w-1/6 lg:w-1/6 sm:m-2 w-auto; + @apply lg:m-2 xl:m-4 xl:w-1/6 lg:w-1/6 sm:m-2 w-auto text-center; } .item-content {