even out blockquote paras w/top & bottom margin

This commit is contained in:
Jeff Atwood 2013-10-22 14:17:19 -07:00
parent 7d582fbee3
commit d90001e857
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ blockquote {
background-color: $quote-background;
border-left: 5px solid darken($quote-background, 20%);
p {
margin: 0 0 10px 0;
margin: 0 5px 5px 0;
}
}