add a little padding to the top of the screen

This commit is contained in:
Kyle Mahan 2015-03-04 03:41:39 +00:00
parent 215444a9b9
commit 80bf15238f
2 changed files with 2 additions and 0 deletions

View file

@ -359,6 +359,7 @@ th {
/*$body-font: Georgia, Times New Roman, serif;*/
/* Subtlety of Hue */
body {
padding-top: 1em;
font: 12pt Helvetica, Arial, sans-serif;
background: #ECEBF0; }

View file

@ -18,6 +18,7 @@ $box-shadow: 0 0 2px $sirocco;
body {
font: 12pt $body-font;
background: $athens-gray;
padding-top: 1em;
}