Fix top of articles disappearing under header
This commit is contained in:
parent
967a1ea2e0
commit
1ae8977f52
1 changed files with 8 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue