From 78f4ff6993a4b70fec6d79db828002d735972952 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Tue, 16 May 2017 16:51:31 -0400 Subject: [PATCH] I did some position styles I found the gaslight icon was a bit off and changed it's position so it was right. --- css/app.css | 2 +- scss/_page.footer.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 { -- 2.17.1