diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-05-14 16:44:42 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-05-14 16:44:42 +0100 |
commit | e49b47fd1ece5ca9df831fa4ebde3a57d70c7854 (patch) | |
tree | 6630bdff2fecd428b633880319bc1534066bad32 | |
parent | 15bb008d70da752e0bd64a8c3398f6df0b762deb (diff) |
Bit of padding above the mobile bottom menu.
-rw-r--r-- | web/cobrands/fixmystreet/_base.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/cobrands/fixmystreet/_base.scss b/web/cobrands/fixmystreet/_base.scss index 88fd9d9a1..644b015b5 100644 --- a/web/cobrands/fixmystreet/_base.scss +++ b/web/cobrands/fixmystreet/_base.scss @@ -382,7 +382,7 @@ p.label-valid { // Padding creates page margins on mobile .container{ - padding: 0 1em; + padding: 0 1em 1em; } // Use full width to reverse .container margins |