6 lines
80 B
CSS
6 lines
80 B
CSS
.rooms {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: var(--Spacing-x5);
|
|
}
|