aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Angell <josh@supercooldesign.co.uk>2012-02-24 14:24:51 +0000
committerJosh Angell <josh@supercooldesign.co.uk>2012-02-24 14:24:51 +0000
commit009ccdebe4be30741eff81cc14527d93bbf00370 (patch)
tree9cb95bc5412e383c80afa6e4379791ffdff85aa5
parent4d2228ad5fdf3ad698a61e577e7915b5aff107a9 (diff)
Fix map box size to be fluid on middle media query range
Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
-rw-r--r--web/cobrands/fixmystreet/layout.scss3
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