summaryrefslogtreecommitdiff
path: root/src-migrate/modules/cart/styles/item-promo.module.css
diff options
context:
space:
mode:
Diffstat (limited to 'src-migrate/modules/cart/styles/item-promo.module.css')
-rw-r--r--src-migrate/modules/cart/styles/item-promo.module.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/src-migrate/modules/cart/styles/item-promo.module.css b/src-migrate/modules/cart/styles/item-promo.module.css
index 17dbf1c7..5bc192c0 100644
--- a/src-migrate/modules/cart/styles/item-promo.module.css
+++ b/src-migrate/modules/cart/styles/item-promo.module.css
@@ -1,5 +1,5 @@
.wrapper {
- @apply md:ml-16 ml-12 mt-4 flex;
+ @apply md:ml-12 ml-8 mt-4 flex;
}
.imageWrapper {
@@ -14,7 +14,7 @@
}
.details {
- @apply ml-4 flex flex-col gap-y-1;
+ @apply ml-4 w-full flex flex-col gap-y-1;
}
.name {
@@ -27,5 +27,5 @@
}
.quantity {
- @apply w-12 min-w-[48px] py-2.5 bg-gray-100 border border-gray-300 h-fit my-auto rounded-md ml-auto font-medium text-center;
+ @apply w-12 min-w-[42px] py-2.5 bg-gray-100 border border-gray-300 h-fit my-auto rounded-md ml-auto font-medium text-center;
}