From: Steve Sutton Date: Wed, 3 Feb 2016 13:31:13 +0000 (-0500) Subject: Update padding some more for the logo X-Git-Tag: v1.0.0^2~1 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=f754d8135a700b9d267a157fae018ea122858dd3;p=WP-Themes%2Fotsego.git Update padding some more for the logo --- diff --git a/css/app.css b/css/app.css index 5db314e..c26454f 100644 --- a/css/app.css +++ b/css/app.css @@ -6326,7 +6326,7 @@ header { header #header-content div.row div div.row { box-shadow: none; } header #header-content div.row div img { - padding: 0 0 7px; } + padding: 0; } @media only screen and (min-width:40.063em) and (max-width:64em) { header #header-content div.row div img { padding-bottom: 45px; } } diff --git a/scss/_page.header.scss b/scss/_page.header.scss index 3929a51..0d72aa3 100644 --- a/scss/_page.header.scss +++ b/scss/_page.header.scss @@ -24,7 +24,7 @@ header { box-shadow: none; } img { - padding: 0 0 7px; + padding: 0; @media #{$medium-only} { padding-bottom: 45px; }