tighten spacing on search summary blurbs

This commit is contained in:
Jeff Atwood 2015-06-26 00:48:44 -07:00
parent c2aab0b1b8
commit bca9191419

View File

@ -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%);
}