diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-06-19 11:31:02 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-06-19 11:31:02 +0700 |
| commit | ba84659f27c84d0d2c0cc3275e211a865e416bf7 (patch) | |
| tree | 6601b14412cedbf264891b566e2786099d692635 /src-migrate/modules/product-promo/styles/card.module.css | |
| parent | 78575ef59454214f61f77b1a826af30497cfdc5f (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.css | 12 |
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]; + } + } */ |
