diff options
-rw-r--r-- | web/cobrands/fixmystreet/layout.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/cobrands/fixmystreet/layout.scss b/web/cobrands/fixmystreet/layout.scss index fad6d433b..2dfb79745 100644 --- a/web/cobrands/fixmystreet/layout.scss +++ b/web/cobrands/fixmystreet/layout.scss @@ -791,7 +791,8 @@ body.frontpage { //Map becomes percentage width #map_box{ - width: 38%; + left: 32em; + width:auto; } //put the RAP notes into the main copy area |