From: Ian Weller Date: Tue, 16 May 2017 20:51:31 +0000 (-0400) Subject: I did some position styles X-Git-Tag: v1.0.0^2~43 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=78f4ff6993a4b70fec6d79db828002d735972952;p=WP-Themes%2Fcslewisfestival.git I did some position styles I found the gaslight icon was a bit off and changed it's position so it was right. --- diff --git a/css/app.css b/css/app.css index 8907496..473a28d 100644 --- a/css/app.css +++ b/css/app.css @@ -6770,7 +6770,7 @@ footer.main { max-height: 100px; max-width: 115px; } footer.main .supporters a#gaslightmedia { - background-position: -837px 0; + background-position: -830px 0; max-height: 100px; } footer.main .supporters a#perry-hotel { background-position: 0 -100px; } diff --git a/scss/_page.footer.scss b/scss/_page.footer.scss index 6ed75d7..121a213 100644 --- a/scss/_page.footer.scss +++ b/scss/_page.footer.scss @@ -39,7 +39,7 @@ footer.main { max-width: 115px; } &#gaslightmedia { - background-position: -837px 0; + background-position: -830px 0; max-height: 100px; } &#perry-hotel {