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

9 lines
188 B
CSS

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