Files
web/components/HotelReservation/BookingConfirmation/Header/header.module.css
2024-11-29 15:55:30 +01:00

25 lines
296 B
CSS

.header,
.hgroup {
display: flex;
flex-direction: column;
}
.header {
gap: var(--Spacing-x2);
grid-area: header;
}
.hgroup {
gap: var(--Spacing-x-half);
}
.body {
max-width: 720px;
}
@media screen and (min-width: 1367px) {
.header {
padding-bottom: var(--Spacing-x4);
}
}