Files
web/components/HotelReservation/SelectRate/RoomsContainer/Rooms/rooms.module.css
2025-02-14 14:20:54 +01:00

9 lines
168 B
CSS

.content {
max-width: var(--max-width-page);
margin: 0 auto;
display: flex;
flex-direction: column;
gap: var(--Spacing-x2);
padding: var(--Spacing-x5) 0;
}