diff options
-rw-r--r-- | web/cobrands/oxfordshire/layout.scss | 5 |
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; } |