From 3b0a46a9755604f085c0eb4a79e0e92d8ac6afdf Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 12 Jul 2017 08:55:26 -0400 Subject: [PATCH] Increased footer address height, reduced copyright footer height --- css/app.css | 4 ++-- scss/_copyright.scss | 2 +- scss/_page.footer.scss | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/css/app.css b/css/app.css index aafee86..45807c2 100644 --- a/css/app.css +++ b/css/app.css @@ -8162,7 +8162,7 @@ footer#main { background: #1b1b1b; clear: both; width: 100%; - padding: 5px 0; } + padding: 25px 0; } footer#main ul { list-style: none; display: inline-block; } @@ -8232,7 +8232,7 @@ img#orb-foot { #copyright { background-color: #0f0f0f; color: lightgrey; - padding: 15px 0; + padding: 3px 0; margin: 0 auto; float: none; width: 100%; diff --git a/scss/_copyright.scss b/scss/_copyright.scss index 03b0dc9..5a488f1 100644 --- a/scss/_copyright.scss +++ b/scss/_copyright.scss @@ -1,7 +1,7 @@ #copyright { background-color: $light-black; color: lightgrey; - padding: 15px 0; + padding: 3px 0; margin: 0 auto; float: none; width: 100%; diff --git a/scss/_page.footer.scss b/scss/_page.footer.scss index 203c57d..54702bb 100644 --- a/scss/_page.footer.scss +++ b/scss/_page.footer.scss @@ -4,7 +4,7 @@ footer#main { background: $slate; clear: both; width: 100%; - padding: 5px 0; + padding: 25px 0; ul { list-style: none; display: inline-block; -- 2.17.1