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 {