7 lines
128 B
SCSS
7 lines
128 B
SCSS
|
.contentList {
|
||
|
display: flex;
|
||
|
flex-wrap: wrap;
|
||
|
justify-content: space-evenly;
|
||
|
margin: 0 -1rem;
|
||
|
padding: 0;
|
||
|
}
|