From: Anthony Talarico Date: Tue, 8 Dec 2015 18:06:19 +0000 (-0500) Subject: changed logo top margin X-Git-Tag: v1.0.0^2~102 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=ab3d198be1ecb64f60b26336ed8432182b878411;p=WP-Themes%2Fstaffords.git changed logo top margin --- diff --git a/css/app.css b/css/app.css index 4ea01db..06cf6b0 100644 --- a/css/app.css +++ b/css/app.css @@ -6505,7 +6505,7 @@ header .searchform input[type="submit"]:hover { @media only screen and (max-width: 40em) { .headerLogo { - margin-top: 70px; } } + margin-top: 35px; } } .contain-to-grid { box-shadow: 0 5px 10px -1px #999999; } diff --git a/scss/_page.header.scss b/scss/_page.header.scss index e7b1a16..6d0d24f 100644 --- a/scss/_page.header.scss +++ b/scss/_page.header.scss @@ -300,6 +300,6 @@ header .searchform input[type="submit"]:hover{ @media #{$small-only}{ .headerLogo { - margin-top: 70px; + margin-top: 35px; } }