diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-05-17 17:14:57 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-05-17 17:14:57 +0100 |
commit | 2ef89c84b5e418e0967a518893197dfd537dc70e (patch) | |
tree | 26d6099a87c709f972bfb456c758bceab80a9454 /web | |
parent | 2abbfc004339f5df59ba5e7f1ee77d4be05b036d (diff) |
Tidy up Bromley templates a bit.
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/bromley/layout.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/cobrands/bromley/layout.scss b/web/cobrands/bromley/layout.scss index 5fa5fd116..eef0ee679 100644 --- a/web/cobrands/bromley/layout.scss +++ b/web/cobrands/bromley/layout.scss @@ -46,7 +46,7 @@ body.twothirdswidthpage .content { #front-main { background: $primary; @include border-radius(1em 1em 0 0); - margin-bottom: 1em; + margin: 2em 1em 0; padding-top: 0; // layout sets this because base has it slightly lighter h2 { |