diff options
author | Dave Arter <davea@mysociety.org> | 2018-03-28 11:30:54 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2018-04-10 10:42:34 +0100 |
commit | ec2ce16672f42d095e3095b24f63fc82f3b0b78c (patch) | |
tree | 813c278dbc18cff4b37f114d22963649dc2e3e0b /web | |
parent | 1ae18c885ff3a4afb0a78f6a3c7ab8003a2fb30b (diff) |
[BANES] Rejig front page layout to put emergency text beneath postcode field
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/bathnes/layout.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/web/cobrands/bathnes/layout.scss b/web/cobrands/bathnes/layout.scss index a7f2a4661..1efc1b027 100644 --- a/web/cobrands/bathnes/layout.scss +++ b/web/cobrands/bathnes/layout.scss @@ -45,8 +45,17 @@ h1, h2 { color: #fff; } + h1 { + font-weight: bold; + font-size: 3em; + } + h2 { + font-weight: normal; + font-size: 1.5em; + } #postcodeForm { margin-top: 0; + padding: 0; } } |