Files
web/components/HotelReservation/BookingConfirmation/Header/header.module.css
2024-11-08 09:47:35 +01:00

19 lines
200 B
CSS

.header,
.hgroup {
align-items: center;
display: flex;
flex-direction: column;
}
.header {
gap: var(--Spacing-x3);
}
.hgroup {
gap: var(--Spacing-x-half);
}
.body {
max-width: 560px;
}