frontpage/styles/Blog/Front.module.scss
2022-10-07 23:04:20 +02:00

6 lines
107 B
SCSS

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