frontpage/styles/Blog/Front.module.scss

12 lines
192 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;
2022-10-29 22:17:00 +02:00
}
.frontText {
font-size: 1.1em;
line-height: 1.5;
2022-10-01 14:04:21 +02:00
}