Blog styles in module

This commit is contained in:
2022-10-15 22:21:58 +02:00
parent 46c755481a
commit 3cee6c9006
3 changed files with 14 additions and 13 deletions

View File

@ -0,0 +1,11 @@
#blogBody {
header {
position: sticky;
top: 10px;
}
main {
max-width: 900px;
margin: 40px auto;
}
}