Skip to content

Commit

Permalink
gh-pages.css: add some empty space below the #site-header
Browse files Browse the repository at this point in the history
The styling of the other SE-EDU websites (e.g. AddressBook-Level4) is
such that headers will have some margins to separate them with
whitespace from the rest of the document.

This is not so with Bootstrap, where headers have extremely tiny
margins. This causes the document body to be uncomfortably close to the
site navigation bar, which looks bad.

Fix this by adding some space below the #site-header.
  • Loading branch information
pyokagan committed Jul 28, 2018
1 parent 51cc0f4 commit 35f62bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/gh-pages.css
Original file line number Diff line number Diff line change
Expand Up @@ -227,3 +227,7 @@ footer {
margin-left: auto;
margin-right: auto;
}

#site-header {
margin-bottom: 2.25rem;
}

0 comments on commit 35f62bf

Please sign in to comment.