diff options
Diffstat (limited to 'web/cobrands/bromley/layout.scss')
-rw-r--r-- | web/cobrands/bromley/layout.scss | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/web/cobrands/bromley/layout.scss b/web/cobrands/bromley/layout.scss index ebc207613..40528e4cf 100644 --- a/web/cobrands/bromley/layout.scss +++ b/web/cobrands/bromley/layout.scss @@ -118,3 +118,14 @@ body.twothirdswidthpage { } } +// So as not to interfere with the Bromley footer, make the fixed nav static. +.shadow-wrap { + position: static; + padding-top: 0; + margin-bottom: 1em; + ul#key-tools { + border-top: none; + border-bottom: 1px solid $primary; + } +} + |