diff options
-rw-r--r-- | web/cobrands/barnet/layout.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/web/cobrands/barnet/layout.scss b/web/cobrands/barnet/layout.scss index 914534a90..6a777708f 100644 --- a/web/cobrands/barnet/layout.scss +++ b/web/cobrands/barnet/layout.scss @@ -58,6 +58,16 @@ body.fullwidthpage { } } +body.twothirdswidthpage { + .content { + .sticky-sidebar { + aside { + top: 25em; + } + } + } +} + .nav-wrapper { display: none; } |