diff --git a/web/cobrands/fixmystreet.com/_colours.scss b/web/cobrands/fixmystreet.com/_colours.scss index d79f768ca17..6b26a78ff1a 100644 --- a/web/cobrands/fixmystreet.com/_colours.scss +++ b/web/cobrands/fixmystreet.com/_colours.scss @@ -1,5 +1,7 @@ /* COLOURS */ +$container-max-width: 66em; + $primary: #FFD000; $primary_b: #F3B11E; // For the box around the front page postcode form only $primary_text: #222; diff --git a/web/cobrands/fixmystreet.com/layout.scss b/web/cobrands/fixmystreet.com/layout.scss index 4d4ade7cf85..efdfa5ae5fd 100644 --- a/web/cobrands/fixmystreet.com/layout.scss +++ b/web/cobrands/fixmystreet.com/layout.scss @@ -123,7 +123,8 @@ body.twothirdswidthpage, body.fullwidthpage { #front-main { color: #333; - padding-bottom: 4em; + padding-bottom: 5em; + padding-top: 4em; h1 { font-size: 3em;