6 lines
85 B
CSS
6 lines
85 B
CSS
.hotelCards {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: var(--Spacing-x4);
|
|
}
|