Skip to content

Commit

Permalink
Fix list item line height
Browse files Browse the repository at this point in the history
  • Loading branch information
HormCodes committed Mar 10, 2020
1 parent c75fa05 commit 963f11e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/components/post/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,13 @@ export const Content = styled.div`
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 160%;
/* or 26px */
color: #000000;
}
p, li {
line-height: 26px;
}
img {
border-radius: 10px;
Expand Down

0 comments on commit 963f11e

Please sign in to comment.