aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZarino Zappia <mail@zarino.co.uk>2018-04-04 17:13:38 +0100
committerZarino Zappia <mail@zarino.co.uk>2018-04-04 17:13:38 +0100
commit49289d4f231b570004ed4dd4d54ffe1d2d172623 (patch)
treecd5a55369d6c1a4477936d7bcd3fab770e8cc7e4
parent7397a12408000bd252b51bf501ef052b02914a84 (diff)
parent53258b6ae50b8e2fbd429076590df3f3c97749a2 (diff)
Merge branch '2060-green-banner-mobile-bugfix'
-rw-r--r--templates/web/fixmystreet.com/header_extra.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/web/fixmystreet.com/header_extra.html b/templates/web/fixmystreet.com/header_extra.html
index 146c3f79e..3a7640606 100644
--- a/templates/web/fixmystreet.com/header_extra.html
+++ b/templates/web/fixmystreet.com/header_extra.html
@@ -14,6 +14,7 @@
html .banner-position-variant-1 { display: none !important; }
html.banner-position-variant-1 .banner-position-variant-0 { display: none !important; }
html.banner-position-variant-1 .banner-position-variant-1 { display: block !important; }
+ html.map-fullscreen .banner-position-variant-1 { display: none !important; }
html.banner-position-variant-1 #side .big-green-banner ~ section.full-width { margin-top: -1em; }
</style>
[% END %]