diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-12-07 12:46:17 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-12-07 12:46:17 +0000 |
commit | 35ad64fab476cf34d4a4f05aac52d0a5af3852c5 (patch) | |
tree | 39ad7d1f7dffc864a4325d57a6cb0ce6c3cd84d0 | |
parent | 90d6f9e5dde5509b8efda321548e347b936359b7 (diff) |
This extra padding is only needed on map pages, reading #307.
-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 5999a78aa..3a5f9b568 100644 --- a/web/cobrands/fixmystreet/_layout.scss +++ b/web/cobrands/fixmystreet/_layout.scss @@ -202,7 +202,7 @@ h1 { margin-top: 3em; margin-bottom: -1em; margin-left: 0.5em; - padding: 1em 1em 10em; + padding: 1em 1em 3em; background: #fff; color: #222; @include box-shadow(0px 0px 6px 1px #000); @@ -223,6 +223,7 @@ body.mappage { } .content { float:left; + padding: 1em 1em 10em; } #main-nav ul#main-menu li a, #main-nav ul#main-menu li span { |