From 51bc3f4b1eae2dd01219c035f316d63f4e86e424 Mon Sep 17 00:00:00 2001 From: Patrick Mifsud Date: Mon, 2 Jul 2018 21:16:19 +1000 Subject: [PATCH] Tweaked Header CSS --- _sass/_site.scss | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/_sass/_site.scss b/_sass/_site.scss index c90047c..52bb4c6 100644 --- a/_sass/_site.scss +++ b/_sass/_site.scss @@ -2,12 +2,23 @@ html { font-family:sans-serif; -ms-text-size-adjust:100%; -webkit-text-size-adjust:100%; + } +.site-header{ + background-color: #24282A; +} + + body { margin:0; } +.navbar-toggler { + outline: none !important; + border: none !important; +} + // Link Color a { color:#C84443 !important; @@ -23,13 +34,14 @@ a:hover { .iconbar { padding-top:5px; display:flex; - justify-content:center; + justify-content: center !important; margin:0; } .iconbar a { font-size:20px; margin:0; + color: white !important; } .iconbar .fa { @@ -57,7 +69,7 @@ a:hover { // Site logo/banner .logo { - max-width:70%; + max-width:50%; display:block; margin-left:auto; margin-right:auto;