7 lines
98 B
SCSS
7 lines
98 B
SCSS
.deck-container {
|
|
display: flex;
|
|
flex-direction: row;
|
|
margin-left: 0.5rem;
|
|
gap: 0.5rem;
|
|
}
|