Fix top of articles disappearing under header

This commit is contained in:
Ben Goldsworthy 2021-03-13 13:44:37 +00:00
parent 967a1ea2e0
commit 1ae8977f52
1 changed files with 8 additions and 1 deletions

View File

@ -123,7 +123,14 @@ html {
". page-container ."
"footer footer footer";
border: 2px solid black;
margin: 2em;
}
#site-wrapper {
margin: 4em 2em 2em 2em;
}
#site-wrapper.admin-bar {
margin-top: 2em;
}
}