summaryrefslogtreecommitdiff
path: root/src-migrate/modules/product-promo/styles/card.module.css
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-06-19 11:31:02 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-06-19 11:31:02 +0700
commitba84659f27c84d0d2c0cc3275e211a865e416bf7 (patch)
tree6601b14412cedbf264891b566e2786099d692635 /src-migrate/modules/product-promo/styles/card.module.css
parent78575ef59454214f61f77b1a826af30497cfdc5f (diff)
<iman> update responsive promotion program
Diffstat (limited to 'src-migrate/modules/product-promo/styles/card.module.css')
-rw-r--r--src-migrate/modules/product-promo/styles/card.module.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/src-migrate/modules/product-promo/styles/card.module.css b/src-migrate/modules/product-promo/styles/card.module.css
index a2ad9af6..29db13f3 100644
--- a/src-migrate/modules/product-promo/styles/card.module.css
+++ b/src-migrate/modules/product-promo/styles/card.module.css
@@ -44,3 +44,15 @@
.totalItems {
@apply text-gray_r-9;
}
+
+/* @media only screen and (max-width: 384px) {
+ .basePrice {
+ @apply text-[13px];
+ }
+ .price{
+ @apply text-[15px];
+ }
+ .totalItems{
+ @apply text-[11px];
+ }
+ } */