diff options
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; } } |