diff options
-rw-r--r-- | web/cobrands/barnet/layout.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/cobrands/barnet/layout.scss b/web/cobrands/barnet/layout.scss index 78ab6ccde..0cd55884e 100644 --- a/web/cobrands/barnet/layout.scss +++ b/web/cobrands/barnet/layout.scss @@ -73,7 +73,11 @@ body.fullwidthpage { body.twothirdswidthpage { .content { + @include box-shadow(none); + width: 100%; + margin-top: 0; .sticky-sidebar { + display: none; aside { top: 25em; } |