Files
web/components/HotelReservation/BookingConfirmation/Header/header.module.css
2024-11-27 10:20:14 +01:00

19 lines
198 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;
}