Skip to content

Commit 62082a1

Browse files
committed
Update CartItem.vue
1 parent 7d24709 commit 62082a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Cart/CartItem.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ const onQuantityChange = (newQuantity) => {
118118
}
119119
120120
.item-content {
121-
@apply inline-block mt-4 w-20 h-12 md:w-full lg:w-full xl:w-full;
121+
@apply flex justify-center items-center mt-4 w-20 h-12 md:w-full lg:w-full xl:w-full;
122122
}
123123
124124
.removing {

0 commit comments

Comments
 (0)