diff options
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 { |