frontpage/styles/Blog/Front.module.scss
2022-10-29 22:17:00 +02:00

12 lines
192 B
SCSS

.contentList {
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: space-evenly;
padding: 0;
}
.frontText {
font-size: 1.1em;
line-height: 1.5;
}