From eb07fbe07f64d3dd94d6f9ee45d0af1954fb9389 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 1 Apr 2015 13:11:51 -0400 Subject: [PATCH] Footer better spacing and positioning. --- scss/_structure.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scss/_structure.scss b/scss/_structure.scss index ab990a2..91a4234 100644 --- a/scss/_structure.scss +++ b/scss/_structure.scss @@ -632,9 +632,10 @@ a.link { } } #footer-address { - width: 100%; max-width: 100%; + width: 100%; + max-width: 100%; background: white; - padding: 20px 0; + padding: 20px; } #page-footer { width: 100%; max-width: 100%; -- 2.17.1