Files
web/app/[lang]/(live)/(public)/hotelreservation/layout.module.css

9 lines
191 B
CSS

.layout {
min-height: 100dvh;
max-width: var(--max-width);
margin: 0 auto;
background-color: var(--Base-Background-Primary-Normal);
max-width: var(--max-width);
margin: 0 auto;
}