From 0728edf287701628432884053185e71c4ddfe7e7 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Thu, 31 Mar 2016 13:09:36 -0400 Subject: [PATCH] got the padding added to the quick links and added links to all the social icons --- css/app.css | 2 +- footer.php | 8 ++++---- parts/off-canvas-menu.php | 8 ++++---- scss/_page.footer.scss | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/css/app.css b/css/app.css index 9ea21fe..0ab9e12 100644 --- a/css/app.css +++ b/css/app.css @@ -7021,7 +7021,7 @@ header .searchform input.button { padding-bottom: 200px; } @media only screen and (max-width: 40em) { .common-foot ul#quick-links { - padding-bottom: 50px; } } + padding-bottom: 100px; } } .common-foot ul#quick-links li { display: inline-block; } @media only screen and (max-width: 40em) { diff --git a/footer.php b/footer.php index a4dc6df..fd1310e 100644 --- a/footer.php +++ b/footer.php @@ -32,10 +32,10 @@
diff --git a/parts/off-canvas-menu.php b/parts/off-canvas-menu.php index ef1a52f..b75ee03 100644 --- a/parts/off-canvas-menu.php +++ b/parts/off-canvas-menu.php @@ -9,10 +9,10 @@ diff --git a/scss/_page.footer.scss b/scss/_page.footer.scss index c81dba8..fd1f2c9 100644 --- a/scss/_page.footer.scss +++ b/scss/_page.footer.scss @@ -12,7 +12,7 @@ margin: 0; padding-bottom: 200px; @media #{$small-only} { - padding-bottom: 50px; + padding-bottom: 100px; } li { display: inline-block; -- 2.17.1