diff options
author | Steven Day <steve@mysociety.org> | 2015-09-08 10:11:08 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2015-10-06 09:09:27 +0100 |
commit | 7687eca6be81909a48d13aa01f5c30b4f55d8e09 (patch) | |
tree | d18f88a4cd5cae6e21ae6a6e3dc193807f0d9f37 | |
parent | 01dc45846079044669d12c6a1d2c67212f1a8ae6 (diff) |
[Zurich] Fix map positioning on report pages
-rw-r--r-- | web/cobrands/zurich/base.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/cobrands/zurich/base.scss b/web/cobrands/zurich/base.scss index b2b6a97bb..8f6cca96f 100644 --- a/web/cobrands/zurich/base.scss +++ b/web/cobrands/zurich/base.scss @@ -267,7 +267,7 @@ h4.static-with-rule { } #map_box { - top: 6em; // the default, 3em, overlaps the header + top: 0em; // the default, 3em, overlaps the content below } @media screen { |