Skip to content
This repository has been archived by the owner on May 12, 2019. It is now read-only.

Commit

Permalink
Fix line height
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Feb 22, 2016
1 parent 9199dfd commit 6fb493a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions assets/scss/components/_post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,13 @@
}

&.comments {
padding: 2rem 0 0 0;
padding: 2rem 0 0;
}

&.related {
line-height: 1;
display: flex;
padding: 4rem 0 2rem 0;
padding: 4rem 0 2rem;
justify-content: space-between;
}
}
Expand Down

0 comments on commit 6fb493a

Please sign in to comment.