frontpage/styles/Blog/Front.module.scss

7 lines
132 B
SCSS
Raw Normal View History

2022-10-01 14:04:21 +02:00
.contentList {
display: flex;
2022-10-15 23:08:49 +02:00
align-items: center;
2022-10-01 14:04:21 +02:00
flex-wrap: wrap;
justify-content: space-evenly;
padding: 0;
}