Add a bottom margin

This commit is contained in:
Florian Mounier
2016-10-13 16:19:33 +02:00
parent 3624962d3c
commit 08ecb4d0d2
2 changed files with 2 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ html, body
color: $fg
body
margin-bottom: .5em
white-space: nowrap
overflow-x: hidden
overflow-y: scroll

View File

@@ -2804,6 +2804,7 @@ html, body {
color: #f4ead5; }
body {
margin-bottom: .5em;
white-space: nowrap;
overflow-x: hidden;
overflow-y: scroll;