onebox last para needs less bottom margin

This commit is contained in:
Jeff Atwood 2017-02-16 15:39:46 -08:00
parent 868c489d5e
commit a6dd1a2cd4
1 changed files with 7 additions and 0 deletions

View File

@ -139,6 +139,12 @@ aside.onebox {
margin-right: 10px;
}
// tighten bottom margin on last para
p:last-child {
margin-bottom: 4px;
}
// twitter fixes
.tweet-images {
display: block;
clear: both;
@ -150,6 +156,7 @@ aside.onebox {
float: none;
}
}
}
}