From 68a262ff08c4672de34a8f4d9adbcd6a562a780a Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Sun, 26 Jul 2015 01:55:12 -0700 Subject: [PATCH] fix narrow mobile logo max-width --- app/assets/stylesheets/mobile/header.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/mobile/header.scss b/app/assets/stylesheets/mobile/header.scss index 4b15cdccf..08bb4dfb1 100644 --- a/app/assets/stylesheets/mobile/header.scss +++ b/app/assets/stylesheets/mobile/header.scss @@ -5,12 +5,12 @@ .d-header { #site-logo { - max-width: 135px; + max-width: 125px; } // some protection for text-only site titles .title { - max-width: 140px; + max-width: 130px; height: 39px; overflow: hidden; padding: 0;