summaryrefslogtreecommitdiff
path: root/src-migrate/modules/promo/styles/hero.module.css
diff options
context:
space:
mode:
authorFIN-IT_AndriFP <andrifebriyadiputra@gmail.com>2026-02-11 14:02:31 +0700
committerFIN-IT_AndriFP <andrifebriyadiputra@gmail.com>2026-02-11 14:02:31 +0700
commitae893cfc556eb7c2f31eefdc495e306891a829e0 (patch)
treedabe473a791b38c22f7e6b3da74d9313669495a6 /src-migrate/modules/promo/styles/hero.module.css
parent1ba8b2ae2c360f6e43218efb96cbd616765e4d59 (diff)
(andri) banner promo full
Diffstat (limited to 'src-migrate/modules/promo/styles/hero.module.css')
-rw-r--r--src-migrate/modules/promo/styles/hero.module.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/src-migrate/modules/promo/styles/hero.module.css b/src-migrate/modules/promo/styles/hero.module.css
index a5ba6ecc..e18d6417 100644
--- a/src-migrate/modules/promo/styles/hero.module.css
+++ b/src-migrate/modules/promo/styles/hero.module.css
@@ -25,3 +25,23 @@
md:justify-center
md:pr-10;
}
+
+.desktop-container {
+ @apply w-full px-4 md:px-0 -mt-[30px];
+}
+
+.desktop-image-wrapper {
+ @apply w-full h-[375px] relative rounded-2xl overflow-hidden;
+}
+
+.mobile-container {
+ @apply w-full px-0 -mt-[20px];
+}
+
+.mobile-image-wrapper {
+ @apply w-full aspect-[3.2] relative rounded-2xl overflow-hidden;
+}
+
+.banner-image {
+ @apply object-cover object-center;
+}