From 518262ce589d8f3a536ad1cf33258c5982e5bf1d Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Thu, 17 Sep 2015 00:17:35 -0700 Subject: [PATCH] allow wider mobile header --- 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 4428d805fae..25fd40d141f 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: 125px; + max-width: 155px; } // some protection for text-only site titles .title { - max-width: 130px; + max-width: 160px; height: 39px; overflow: hidden; padding: 0;