diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/eastsussex/layout.scss | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/web/cobrands/eastsussex/layout.scss b/web/cobrands/eastsussex/layout.scss index c25d5ff0c..dad118198 100644 --- a/web/cobrands/eastsussex/layout.scss +++ b/web/cobrands/eastsussex/layout.scss @@ -82,9 +82,17 @@ body.mappage { } .content { - width: 27em; + div { + max-width: 27em; + } + + // required for non-js placement + #map_box { + left: 30em; + } } + #wrapper { display: block; width: auto; |