diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-06-14 15:04:32 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2019-06-14 15:04:32 +0100 |
commit | 146ddf3367c974a576b326e668cfcbf810a431c5 (patch) | |
tree | 707be2f830cda358996808fe83de145ba5c5dd5e | |
parent | 5262d8328097fea1df58a760a2c15a1cd9e80e39 (diff) |
[Bristol] Remove position: relative from footer.
To prevent appearance on map page.
-rw-r--r-- | web/cobrands/bristol/layout.scss | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/web/cobrands/bristol/layout.scss b/web/cobrands/bristol/layout.scss index 5296261a2..07b39b08b 100644 --- a/web/cobrands/bristol/layout.scss +++ b/web/cobrands/bristol/layout.scss @@ -153,8 +153,6 @@ body.mappage { } .bristol_footer footer { - position: relative; - .footer-title { display: block; color: white; |