diff options
-rw-r--r-- | web/cobrands/zurich/_zurich.scss | 2 | ||||
-rw-r--r-- | web/cobrands/zurich/layout.scss | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/web/cobrands/zurich/_zurich.scss b/web/cobrands/zurich/_zurich.scss index 49bdbc187..b71670a92 100644 --- a/web/cobrands/zurich/_zurich.scss +++ b/web/cobrands/zurich/_zurich.scss @@ -9,7 +9,7 @@ a:hover { } #zurich-footer { - margin-top: 1em; // mySociety + margin-top: 2em; // mySociety margin-left: 12px; // mySociety font-size: 67.5%; line-height: 1.5em; diff --git a/web/cobrands/zurich/layout.scss b/web/cobrands/zurich/layout.scss index a882d331d..82ae2be75 100644 --- a/web/cobrands/zurich/layout.scss +++ b/web/cobrands/zurich/layout.scss @@ -65,6 +65,9 @@ body.mappage { #main-nav ul#main-menu li span { padding: 0.75em; } + #zurich-footer { + display: none; + } } body.twothirdswidthpage { |