From: Ian Weller Date: Thu, 31 Mar 2016 17:09:36 +0000 (-0400) Subject: got the padding added to the quick links and added links to all the social icons X-Git-Tag: v1.0.0^2~98 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=0728edf287701628432884053185e71c4ddfe7e7;p=WP-Themes%2Fthinkdunes.git got the padding added to the quick links and added links to all the social icons --- 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;