Files
web/app/[lang]/(live)/(public)/hotelreservation/layout.module.css
2024-10-10 11:08:58 +02:00

7 lines
142 B
CSS

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