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 8d5eafd9c..f261d2a08 100644 --- a/web/cobrands/barnet/layout.scss +++ b/web/cobrands/barnet/layout.scss @@ -25,10 +25,14 @@ @include border-radius(1em 1em 0 0); margin-bottom: 1em; padding-top: 0; + width: 678px; // layout sets this because base has it slightly lighter h2 { color: $primary_text; } + #front-main-container { + padding: 1em; + } } #front_intro { |