Add correct padding below link post heading in index

- Fixes #45
This commit is contained in:
Michael Rose
2014-03-27 10:11:26 -04:00
parent fa1edfffdd
commit 5af1ce2cce
4 changed files with 7 additions and 3 deletions

View File

@ -247,6 +247,10 @@ body {
h2 {
margin-bottom: 4px;
.font-rem(20);
&.link-post {
margin-bottom: 0px + @doc-line-height;
margin-bottom: 0rem + (@doc-line-height / @doc-font-size);
}
}
p {
.font-rem(14);