Files
web/components/HotelReservation/HotelCardListing/hotelCardListing.module.css
2024-11-25 13:27:19 +01:00

9 lines
162 B
CSS

.hotelCards {
display: flex;
flex-direction: column;
gap: var(--Spacing-x2);
margin-bottom: var(--Spacing-x2);
max-height: 100vh;
overflow-y: auto;
}