From ffe82c29db08772462b92466fcd243e350a3ccc3 Mon Sep 17 00:00:00 2001 From: "stephen@cubedesigners.com" Date: Wed, 7 Sep 2016 16:26:18 +0000 Subject: [PATCH] Attempt to fix footer logo for IE / Windows phones. Issue #650 @0.25 --- less/102-footer.less | 1 + 1 file changed, 1 insertion(+) diff --git a/less/102-footer.less b/less/102-footer.less index bf38a72..833744a 100644 --- a/less/102-footer.less +++ b/less/102-footer.less @@ -78,6 +78,7 @@ footer.site .footer-inner { img { max-width: 150px; + max-height: 37px; // Needed for IE / Win phones that can't calculate for themselves... margin-top: 0; margin-left: -25px; } -- 2.39.5