aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Whiteland <dave@mysociety.org>2012-12-05 15:36:45 +0000
committerDave Whiteland <dave@mysociety.org>2012-12-05 15:36:45 +0000
commit4a739e6dfc12861967a6b78743f3f9a528d7733e (patch)
tree11acb1b165f70ff0f938d4ef8f3ba5bc4f399083
parent63ee8b231ef5a9c498096ef6a396bcdcdb7b4190 (diff)
nudge h1 title down a bit
-rw-r--r--web/cobrands/oxfordshire/layout.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/web/cobrands/oxfordshire/layout.scss b/web/cobrands/oxfordshire/layout.scss
index e0eb8bcf4..2c02ce31e 100644
--- a/web/cobrands/oxfordshire/layout.scss
+++ b/web/cobrands/oxfordshire/layout.scss
@@ -11,7 +11,10 @@ body {
background-image: none;
@include border-radius(1em 1em 0 0);
margin: 2em 1em 0;
- padding-top: 0;
+ padding-top: 1em;
+ h1 {
+ margin: 0 auto 0 auto;
+ }
h2 {
color: $primary_text;
}