Skip to content

Commit

Permalink
Add a margin to the body element
Browse files Browse the repository at this point in the history
So its content is not right up against the top of the viewport.
  • Loading branch information
seliopou committed Nov 25, 2012
1 parent b19ae26 commit c7f8dcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ body {
font-family: Georgia, serif;
font-size: 17px;
line-height: 23px;
margin-top: 68px; /* 4em */
}

pre,code {
Expand Down

0 comments on commit c7f8dcb

Please sign in to comment.