diff options
-rw-r--r-- | web/cobrands/barnet/layout.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/cobrands/barnet/layout.scss b/web/cobrands/barnet/layout.scss index b0f24dbe9..97b27cfff 100644 --- a/web/cobrands/barnet/layout.scss +++ b/web/cobrands/barnet/layout.scss @@ -74,7 +74,7 @@ body.fullwidthpage { body.twothirdswidthpage { .content { @include box-shadow(none); - width: 100%; + width: 640px; margin-top: 0; .sticky-sidebar { display: none; |