diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/layout.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/static/layout.css b/static/layout.css index c0dde29..eea7452 100644 --- a/static/layout.css +++ b/static/layout.css @@ -1,6 +1,10 @@ /* COMMON STYLE SETTINGS */ +body { + font-family: sans-serif; +} + :link, :visited { text-decoration: none; } @@ -33,7 +37,7 @@ html, body { background-color: #333; width: 100%; height: 4em; - margin-bottom: 5em; + margin-bottom: 4em; } header { position: absolute; @@ -102,6 +106,7 @@ header nav#mainnav ul li:not(:last-child):after { #content { margin: 0 auto; + padding-top: 1em; max-width: 50em; } |