Files
web/app/[lang]/(live)/(public)/hotelreservation/(standard)/page.module.css
2025-01-14 11:09:42 +01:00

10 lines
211 B
CSS

.page {
background-color: var(--Base-Background-Primary-Normal);
min-height: 50dvh;
max-width: var(--max-width-page);
margin: 0 auto;
display: flex;
align-items: center;
justify-content: center;
}