full page search CSS tweaks

This commit is contained in:
Jeff Atwood 2015-08-03 16:16:46 -07:00
parent 7d9ee9b378
commit 2d7ba13223
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
a {
color: scale-color($primary, $lightness: 10%);
}
line-height: 20px;
padding-bottom: 2px;
}
.avatar {
position: relative;
@ -24,7 +24,7 @@
}
.blurb {
font-size: 1.0em;
line-height: 24px;
line-height: 20px;
word-wrap: break-word;
clear: both;
color: scale-color($primary, $lightness: 20%);