I did some updates to the footer
authorIan Weller <ian@gaslightmedia.com>
Tue, 16 May 2017 20:26:31 +0000 (16:26 -0400)
committerIan Weller <ian@gaslightmedia.com>
Tue, 16 May 2017 20:26:31 +0000 (16:26 -0400)
I did some repositioning on the supporter icons in the footer.

css/app.css
scss/_page.footer.scss

index ab7d6da..8907496 100644 (file)
@@ -6770,24 +6770,24 @@ footer.main {
         max-height: 100px;
         max-width: 115px; }
       footer.main .supporters a#gaslightmedia {
-        background-position: -830px 0;
+        background-position: -837px 0;
         max-height: 100px; }
       footer.main .supporters a#perry-hotel {
-        background-position: 0 -102px; }
+        background-position: 0 -100px; }
       footer.main .supporters a#people-fund {
-        background-position: -135px -102px; }
+        background-position: -135px -100px; }
       footer.main .supporters a#first-presbyterian-church {
-        background-position: -275px -102px; }
+        background-position: -275px -100px; }
       footer.main .supporters a#north-central-michigan-college {
-        background-position: -415px -102px; }
+        background-position: -415px -100px; }
       footer.main .supporters a#united-methodist-church {
-        background-position: -555px -102px;
+        background-position: -555px -100px;
         max-width: 160px; }
       footer.main .supporters a#crouse {
-        background-position: -720px -102px;
+        background-position: -720px -100px;
         max-width: 115px; }
       footer.main .supporters a#bay-view {
-        background-position: -830px -102px; }
+        background-position: -837px -100px; }
 
 #footer_address span {
   white-space: nowrap; }
index d664e6a..6ed75d7 100644 (file)
@@ -39,31 +39,31 @@ footer.main {
                 max-width: 115px;
             }
             &#gaslightmedia {
-                background-position: -830px 0;
+                background-position: -837px 0;
                 max-height: 100px;
             }
             &#perry-hotel {
-                background-position: 0 -102px; 
+                background-position: 0 -100px; 
             }
             &#people-fund {
-                background-position: -135px -102px;
+                background-position: -135px -100px;
             }
             &#first-presbyterian-church {
-                background-position: -275px -102px;
+                background-position: -275px -100px;
             }
             &#north-central-michigan-college {
-                background-position: -415px -102px;
+                background-position: -415px -100px;
             }
             &#united-methodist-church {
-                background-position: -555px -102px;
+                background-position: -555px -100px;
                 max-width: 160px;
             }
             &#crouse {
-                background-position: -720px -102px;
+                background-position: -720px -100px;
                 max-width: 115px;
             }
             &#bay-view {
-                background-position: -830px -102px;
+                background-position: -837px -100px;
             }
         }
     }