From: Ian Weller Date: Wed, 30 Sep 2015 13:56:42 +0000 (-0400) Subject: added spacing to tab bar logo X-Git-Tag: v1.0.0^2~29 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=8ef308e98ef85415ce74ee179616eadb5c381f22;p=WP-Themes%2Fwesternup.git added spacing to tab bar logo --- diff --git a/css/app.css b/css/app.css index 1d2ef53..1356d90 100644 --- a/css/app.css +++ b/css/app.css @@ -6476,7 +6476,7 @@ header#main-head { @media (max-width: 640px) { header#main-head #tab-logo img { float: left; - margin-top: 45px; } } + margin-top: 55px; } } header#main-head #bar-logo { position: absolute; z-index: 15; diff --git a/scss/_page.header.scss b/scss/_page.header.scss index 6ef78e8..510d84a 100644 --- a/scss/_page.header.scss +++ b/scss/_page.header.scss @@ -14,7 +14,7 @@ header#main-head { margin: 0 auto; @media (max-width: 640px) { float: left; - margin-top: 45px; + margin-top: 55px; } } }