6 lines
89 B
SCSS
6 lines
89 B
SCSS
.cardContainer {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
gap: 1ch;
|
|
margin: 1ch;
|
|
} |