aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-05-04 17:29:05 +0100
committerStruan Donald <struan@exo.org.uk>2012-05-04 17:29:05 +0100
commitd33e21d63731c529f396692d07aa952744932886 (patch)
tree68c1d0bcc0ee0d9971f048a0baad0cb42d893eea
parenta56a2d0f60e0c11783fd43982c6738dd9fce023e (diff)
fix width and padding for front page heading
-rw-r--r--web/cobrands/barnet/layout.scss4
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 {