From: Ian Weller Date: Tue, 28 Mar 2017 18:23:53 +0000 (-0400) Subject: I updated the header golf logo X-Git-Tag: v1.2.22^2~34 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=80c2d111996c31fa9991bbc2d6c39c47a83bfc41;p=WP-Themes%2Fmountpleasantwow.git I updated the header golf logo I did some style work for the golf logo in responsive. --- diff --git a/css/app.css b/css/app.css index 723cd2d..385dde2 100644 --- a/css/app.css +++ b/css/app.css @@ -6485,8 +6485,11 @@ header#page-header { header#page-header #top .search-top { position: absolute; right: 0; } - header#page-header #top .search-top a#golf-logo { + header#page-header #top .search-top #golf-logo { margin-top: 5px; } + @media (max-width: 1055px) { + header#page-header #top .search-top #golf-logo { + margin-top: 25px; } } header#page-header .search input { height: 20px; width: 167px; diff --git a/scss/_page.header.scss b/scss/_page.header.scss index 612a579..67460e3 100644 --- a/scss/_page.header.scss +++ b/scss/_page.header.scss @@ -40,8 +40,11 @@ header#page-header { .search-top { position: absolute; right: 0; - a#golf-logo { + #golf-logo { margin-top: 5px; + @media (max-width: 1055px) { + margin-top: 25px; + } } } }