frontpage/styles/Blog/Front.module.scss

6 lines
107 B
SCSS
Raw Normal View History

2022-10-01 14:04:21 +02:00
.contentList {
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
padding: 0;
}