diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2026-02-11 10:02:48 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2026-02-11 10:02:48 +0000 |
| commit | d6e010789baa412642afa3870d3e7eb35e792da6 (patch) | |
| tree | fabd33274005e9faf055a3ba704424448880b5ef /src-migrate/modules/promo/styles/hero.module.css | |
| parent | ab86fdfd91837630d5ebd81865c60a212a8b27f1 (diff) | |
| parent | e758a2cbf6eee38253d9fd15655eb7e38a63e815 (diff) | |
Merged in req_feb26 (pull request #473)
Req feb26
Diffstat (limited to 'src-migrate/modules/promo/styles/hero.module.css')
| -rw-r--r-- | src-migrate/modules/promo/styles/hero.module.css | 20 |
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; +} |
