From 62082a14abba1335aeb4d2f170dc8b1de7b64d6a Mon Sep 17 00:00:00 2001 From: w3bdesign <45217974+w3bdesign@users.noreply.github.com> Date: Mon, 30 Jun 2025 04:52:44 +0200 Subject: [PATCH] Update CartItem.vue --- 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 69dfc6bc..ef386e78 100644 --- a/components/Cart/CartItem.vue +++ b/components/Cart/CartItem.vue @@ -118,7 +118,7 @@ const onQuantityChange = (newQuantity) => { } .item-content { - @apply inline-block mt-4 w-20 h-12 md:w-full lg:w-full xl:w-full; + @apply flex justify-center items-center mt-4 w-20 h-12 md:w-full lg:w-full xl:w-full; } .removing {