From: Laury GvR Date: Wed, 1 May 2019 16:35:44 +0000 (-0400) Subject: Ensure the footer action items only have 20px of padding between them X-Git-Tag: v1.0.0^2~32 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=b3b376e079a9ca02962d3f355eab8b969a8fa3cf;p=WP-Themes%2Fuptravel.git Ensure the footer action items only have 20px of padding between them --- diff --git a/css/app.css b/css/app.css index 4c0963d..a31ca49 100644 --- a/css/app.css +++ b/css/app.css @@ -7000,7 +7000,7 @@ body .off-canvas-wrap .county-landing-page-template #header-crowdriff .loadMore flex-direction: column; align-items: center; } } #footer-blocks .footer-block-container { - padding: 20px 10px; + padding: 0 10px; background: #1c1c1c; position: relative; flex: 1; diff --git a/scss/plugins/_blocks.scss b/scss/plugins/_blocks.scss index 1339d6b..7c517d8 100644 --- a/scss/plugins/_blocks.scss +++ b/scss/plugins/_blocks.scss @@ -9,7 +9,7 @@ align-items: center; } .footer-block-container { - padding: 20px 10px; + padding: 0 10px; background: #1c1c1c; position: relative; flex: 1;