From f6328ed913d1ca95678ad2e30df881695b5f4136 Mon Sep 17 00:00:00 2001 From: appleJax Date: Sun, 4 Sep 2016 20:06:21 -0700 Subject: [PATCH] Add light gray background to site footer --- app/styles/components/site-footer.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/styles/components/site-footer.scss b/app/styles/components/site-footer.scss index 488d2c60c..915d03581 100644 --- a/app/styles/components/site-footer.scss +++ b/app/styles/components/site-footer.scss @@ -1,5 +1,7 @@ .site-footer { - margin: 50px 0 20px 0; + background: #f8f8f8; + margin: 50px -10px 0; + padding: 20px 0 30px; h4 { margin: 7px 0;