Skip to content

Commit 0e54fa6

Browse files
authored
Merge pull request #1492 from w3bdesign/develop
Improve cart design
2 parents d08359a + 62082a1 commit 0e54fa6

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)