Files
web/app/[lang]/(live)/(public)/hotelreservation/layout.module.css
2024-10-07 09:17:04 +02:00

6 lines
83 B
CSS

.layout {
min-height: 100dvh;
max-width: var(--max-width);
margin: 0 auto;
}