diff options
author | Jon Kristensen <info@jonkri.com> | 2016-06-30 11:30:08 +0200 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-09-07 12:54:37 +0100 |
commit | fa348afc2091ae554c37936a78b1f57cb9a7093c (patch) | |
tree | d164dcf8795bb76b69e8a1d1f391876db0919a57 | |
parent | f018e7969ef5d77a3b3fac780d235dfcd3301bb2 (diff) |
[FixaMinGata] Decrease header size and logo padding on front page
-rw-r--r-- | web/cobrands/fixamingata/layout.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/cobrands/fixamingata/layout.scss b/web/cobrands/fixamingata/layout.scss index 2d4ab90cf..b7a6ed6c2 100644 --- a/web/cobrands/fixamingata/layout.scss +++ b/web/cobrands/fixamingata/layout.scss @@ -114,3 +114,7 @@ h3, h4, #postcodeForm { margin-left: -1em !important; margin-right: -1em !important; } body.fullwidthpage .container .content footer .tablewrapper { background: #fff; } + +body.frontpage #site-logo { top: 0em; } + +body.frontpage #site-header { height: 85px; }
\ No newline at end of file |