From: Ian Weller Date: Tue, 16 May 2017 20:26:31 +0000 (-0400) Subject: I did some updates to the footer X-Git-Tag: v1.0.0^2~44 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=092f77f3a5f5f496e10ad77c828af99333b9694f;p=WP-Themes%2Fcslewisfestival.git I did some updates to the footer I did some repositioning on the supporter icons in the footer. --- diff --git a/css/app.css b/css/app.css index ab7d6da..8907496 100644 --- a/css/app.css +++ b/css/app.css @@ -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; } diff --git a/scss/_page.footer.scss b/scss/_page.footer.scss index d664e6a..6ed75d7 100644 --- a/scss/_page.footer.scss +++ b/scss/_page.footer.scss @@ -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; } } }