From: Steve Sutton Date: Wed, 3 Feb 2016 13:29:12 +0000 (-0500) Subject: Update padding and margin on logo X-Git-Tag: v1.0.0^2~2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=5c41e6ad645083512bb35ea40c5c3fc08a9d6ef8;p=WP-Themes%2Fotsego.git Update padding and margin on logo --- diff --git a/css/app.css b/css/app.css index d5d35a5..5db314e 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: 17px 0 7px; } + padding: 0 0 7px; } @media only screen and (min-width:40.063em) and (max-width:64em) { header #header-content div.row div img { padding-bottom: 45px; } } @@ -6413,7 +6413,7 @@ header { header #sec-nav > ul > li:first-child:before { content: none; } header img { - margin-left: 5px; } + margin-left: -5px; } header .social { margin-top: -25px; padding-right: 0; } diff --git a/scss/_page.header.scss b/scss/_page.header.scss index a59a27f..3929a51 100644 --- a/scss/_page.header.scss +++ b/scss/_page.header.scss @@ -24,7 +24,7 @@ header { box-shadow: none; } img { - padding: 17px 0 7px; + padding: 0 0 7px; @media #{$medium-only} { padding-bottom: 45px; } @@ -131,7 +131,7 @@ header { img { // position: relative; // top: 17px; - margin-left: 5px; + margin-left: -5px; } .social { margin-top: -25px;