diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-05-14 16:53:12 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-05-14 16:53:12 +0100 |
commit | b1777b6998132dd94d65b6c85429124561d8cbc4 (patch) | |
tree | 429be3f9d52eeaaa59e577fc44db1b235b294cc7 /web | |
parent | 92aa6f070a4dc7302b3945fec6ee97da3f906ddc (diff) |
Put photos back at bottom of page, where they should be, and fix desktop display in a simpler way.
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/bromley/layout.scss | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/web/cobrands/bromley/layout.scss b/web/cobrands/bromley/layout.scss index 57c2dbd71..d3c8fb065 100644 --- a/web/cobrands/bromley/layout.scss +++ b/web/cobrands/bromley/layout.scss @@ -132,6 +132,7 @@ body.twothirdswidthpage { @include box-shadow(none); } .sticky-sidebar { + top: 1em; aside { position: absolute; top: 0; @@ -139,15 +140,6 @@ body.twothirdswidthpage { } } } -@media only screen and (min-width: 48em) and (max-width: 61em) { - body.twothirdswidthpage { - .content { - .sticky-sidebar { - top: auto; - } - } - } -} // So as not to interfere with the Bromley footer, make the fixed nav static. .shadow-wrap { |