Files
web/components/HotelReservation/HotelCardListing/hotelCardListing.module.css
2024-09-12 16:52:44 +02:00

6 lines
85 B
CSS

.hotelCards {
display: flex;
flex-direction: column;
gap: var(--Spacing-x4);
}