diff options
author | Struan Donald <struan@exo.org.uk> | 2013-07-01 17:20:55 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-07-01 17:20:55 +0100 |
commit | ee4b3ff722398e4ce4a0407c64eb979b53225f8c (patch) | |
tree | b443910b56af8ba596601670d1ba222ae649471d /web/cobrands/stevenage/layout.scss | |
parent | cdbad4f7018f7c688c8282a0ca48416f63c2c898 (diff) |
avoid content appearing over main menu on sign-up and local alerts page
Diffstat (limited to 'web/cobrands/stevenage/layout.scss')
-rw-r--r-- | web/cobrands/stevenage/layout.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/cobrands/stevenage/layout.scss b/web/cobrands/stevenage/layout.scss index 697d32799..91499c5a4 100644 --- a/web/cobrands/stevenage/layout.scss +++ b/web/cobrands/stevenage/layout.scss @@ -35,6 +35,10 @@ body { position: absolute; } } + + .content { + margin-top: 7em; + } } // d523b431 |