7 lines
121 B
CSS
7 lines
121 B
CSS
.hotelCards {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: var(--Spacing-x2);
|
|
margin-bottom: var(--Spacing-x2);
|
|
}
|