aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Wright <martin@mysociety.org>2014-04-07 14:56:51 +0100
committerLouise Crow <louise.crow@gmail.com>2014-04-24 15:38:16 +0100
commit9530e68106f3df7ad506d9526dea64c593adcf25 (patch)
treea7bf1e81f64a6c8e24665c580bf02a8b67bc70f8
parent40e2146727baecc7fdfd01b4346d12f933ad3c04 (diff)
removed some unneeded styles from footer
-rw-r--r--app/assets/stylesheets/responsive/_footer_layout.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/assets/stylesheets/responsive/_footer_layout.scss b/app/assets/stylesheets/responsive/_footer_layout.scss
index bbda7950d..7e5f56461 100644
--- a/app/assets/stylesheets/responsive/_footer_layout.scss
+++ b/app/assets/stylesheets/responsive/_footer_layout.scss
@@ -1,7 +1,6 @@
/* Footer layout */
#footer {
width:100%;
- height:2em;
- margin:60px 0 0;
+ margin:5em 0 0;
padding:0.5em 0;
}