From 9051be6066ecb670c20ea40f0b8b069c44101799 Mon Sep 17 00:00:00 2001 From: Matt Rude Date: Fri, 9 Feb 2018 20:21:11 -0600 Subject: Updates --- _sass/site.scss | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) (limited to '_sass/site.scss') diff --git a/_sass/site.scss b/_sass/site.scss index 07100a9..2a46b11 100644 --- a/_sass/site.scss +++ b/_sass/site.scss @@ -25,13 +25,15 @@ html { } body { - position: relative; font-family: 'Encode Sans Expanded', sans-serif; + /* Margin bottom by footer height */ + margin-bottom: 60px; +// height: 100vh; } h1, h2, h3, h4, h5, h6 { - font-family: 'Ubuntu', sans-serif; +// font-family: 'Ubuntu', sans-serif; } // Links @@ -315,6 +317,8 @@ pre { position: absolute; bottom: 0; width: 100%; + height: 60px; + line-height: 60px; /* Vertically center the text there */ background-color: $site-color; a { color: #fff; @@ -323,6 +327,21 @@ pre { color: darken($site-color, 40%); text-decoration: underline; } + p { + margin-bottom: 0; + } +} + +#error-container { + margin-top: 100px; +} + +#error-text { + text-align: center; + margin: 0 auto 0; + i { + color: red; + } } .index-section { -- cgit v1.2.3-59-ga6da