frontpage/styles/Blog/Blog.module.scss

11 lines
152 B
SCSS
Raw Normal View History

2022-10-15 22:21:58 +02:00
#blogBody {
header {
position: sticky;
top: 10px;
}
main {
max-width: 900px;
margin: 40px auto;
}
}