Files
web/apps/partner-sas/app/[lang]/page.module.css
Hrishikesh Vaipurkar def079021b Merged in feat/SW-3441-add-hero-floatingbookingwid (pull request #2789)
feat(SW-3441): Add Hero image to sas landing page

* feat(SW-3441): Add Hero image to sas landing page

* feat(SW-3441): Code Optimise


Approved-by: Joakim Jäderberg
2025-09-11 12:30:13 +00:00

19 lines
334 B
CSS

.mainContent {
/* Calculate height for large screens and displays */
height: calc(100dvh - 402px);
min-height: 480px;
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
.backdrop {
position: absolute;
inset: 0;
display: block;
height: 100%;
width: 100%;
object-fit: cover;
}