From bca91914194ef8ca64eaa7a783551cb8d4bf301e Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Fri, 26 Jun 2015 00:48:44 -0700 Subject: [PATCH] tighten spacing on search summary blurbs --- app/assets/stylesheets/desktop/header.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/desktop/header.scss b/app/assets/stylesheets/desktop/header.scss index 6bb1e3b62..3caae9f48 100644 --- a/app/assets/stylesheets/desktop/header.scss +++ b/app/assets/stylesheets/desktop/header.scss @@ -54,6 +54,7 @@ and (max-width : 570px) { display: block; word-wrap: break-word; font-size: 11px; + line-height: 1.3em; .search-highlight { color: scale-color($primary, $lightness: 25%); }