summaryrefslogtreecommitdiff
path: root/src-migrate/modules/promo/styles/hero.module.css
diff options
context:
space:
mode:
authorMqdd <ahmadmiqdad27@gmail.com>2026-02-18 15:05:34 +0700
committerMqdd <ahmadmiqdad27@gmail.com>2026-02-18 15:05:34 +0700
commit9118c586d2c4fdab43c11409db91cf7b51839261 (patch)
treef2c2c9415e613c153a51f8ed2760933f4ebd8bc9 /src-migrate/modules/promo/styles/hero.module.css
parent8c4d73ff159cb7b5df4f83f1eb76e8a06c7179ce (diff)
parent7ef19bc5b5dc64fc0fb8126cec02943f06a4237a (diff)
Merge branch 'new-release' of https://bitbucket.org/altafixco/next-indoteknik into cr_renca_keyword
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..ad423d62 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-[15px];
+}
+
+.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;
+}