frontpage/styles/Blog/Front.module.scss

19 lines
256 B
SCSS
Raw Normal View History

2022-10-01 14:39:46 +02:00
.container {
header {
position: sticky;
top: 10px;
}
main {
max-width: 900px;
margin: 0 auto;
}
}
2022-10-01 14:04:21 +02:00
.contentList {
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
padding: 0;
}