diff options
author | Matthew Somerville <matthew@mysociety.org> | 2015-01-13 17:15:23 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2015-01-13 17:15:49 +0000 |
commit | e0f5f22f770c146986fe5bbdd083fbb48eb9706d (patch) | |
tree | 8ce7224365c48068058300a4890bc79fa61fe037 | |
parent | 676181084d88b0ec94d42521162b4571cb0c0552 (diff) |
Add some bottom padding to .content.
And remove it in footer if present (so that a different background
doesn't potentially show through).
-rw-r--r-- | web/cobrands/sass/_layout.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/cobrands/sass/_layout.scss b/web/cobrands/sass/_layout.scss index 632385cac..607734c41 100644 --- a/web/cobrands/sass/_layout.scss +++ b/web/cobrands/sass/_layout.scss @@ -388,10 +388,11 @@ body.fullwidthpage { .container { .content { box-shadow: none; - padding: 1em 1em 0em; + padding: 1em; margin-bottom: 0em; footer { margin-top: 0em; + margin-bottom: -1em; .tablewrapper { padding-top: 2em; padding-bottom: 3em; |