I updated the header golf logo
authorIan Weller <ian@gaslightmedia.com>
Tue, 28 Mar 2017 18:23:53 +0000 (14:23 -0400)
committerIan Weller <ian@gaslightmedia.com>
Tue, 28 Mar 2017 18:23:53 +0000 (14:23 -0400)
I did some style work for the golf logo in responsive.

css/app.css
scss/_page.header.scss

index 723cd2d..385dde2 100644 (file)
@@ -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;
index 612a579..67460e3 100644 (file)
@@ -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;
+                }
             }
         }
     }