From a39831cdb15da65aad4883eb67c9ed7d61e65940 Mon Sep 17 00:00:00 2001
From: Jeff Atwood <jatwood@codinghorror.com>
Date: Thu, 1 Jan 2015 01:42:50 -0800
Subject: [PATCH] tighten up mobile header margin

---
 app/assets/stylesheets/mobile/header.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/assets/stylesheets/mobile/header.scss b/app/assets/stylesheets/mobile/header.scss
index 6dffb2c1f..f6a027afe 100644
--- a/app/assets/stylesheets/mobile/header.scss
+++ b/app/assets/stylesheets/mobile/header.scss
@@ -10,7 +10,7 @@
 
   // some protection for text-only site titles
   .title {
-    margin-left: 20px;
+    margin-left: 10px;
     max-width: 135px;
     overflow: hidden;
     padding: 0;