frontpage/styles/Blog/Front.module.scss
2022-10-01 14:39:46 +02:00

19 lines
256 B
SCSS

.container {
header {
position: sticky;
top: 10px;
}
main {
max-width: 900px;
margin: 0 auto;
}
}
.contentList {
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
padding: 0;
}