6 lines
77 B
CSS
6 lines
77 B
CSS
.room {
|
|
display: flex;
|
|
gap: var(--Space-x1);
|
|
flex-direction: column;
|
|
}
|