frontpage/styles/Blog/Front.module.scss
2022-10-01 14:04:21 +02:00

7 lines
128 B
SCSS

.contentList {
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
margin: 0 -1rem;
padding: 0;
}