add a little padding to the top of the screen
This commit is contained in:
parent
215444a9b9
commit
80bf15238f
2 changed files with 2 additions and 0 deletions
|
@ -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; }
|
||||
|
||||
|
|
|
@ -18,6 +18,7 @@ $box-shadow: 0 0 2px $sirocco;
|
|||
body {
|
||||
font: 12pt $body-font;
|
||||
background: $athens-gray;
|
||||
padding-top: 1em;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue