diff options
author | Chris Mytton <self@hecticjeff.net> | 2013-08-09 18:09:51 +0100 |
---|---|---|
committer | Chris Mytton <self@hecticjeff.net> | 2013-08-09 18:10:12 +0100 |
commit | 055e9211b47902282afed92264a6940a6b05256d (patch) | |
tree | 563703f213f58122c16b80c310317c541372acc5 | |
parent | e1d896dc989133a7e05182a7d0d1448e6a68859f (diff) |
Fix left margin of map at smaller breakpoint for oxfordshire
-rw-r--r-- | web/cobrands/oxfordshire/layout.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/cobrands/oxfordshire/layout.scss b/web/cobrands/oxfordshire/layout.scss index ff5c70c86..af3f4fe27 100644 --- a/web/cobrands/oxfordshire/layout.scss +++ b/web/cobrands/oxfordshire/layout.scss @@ -140,6 +140,7 @@ body.mappage { border: solid 1px #999; top: 1em; right: 0em; + left: 0; margin: 0 1em; } |