Skip to content

Commit

Permalink
Fix list item spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
HormCodes committed Mar 10, 2020
1 parent c75fa05 commit 13cd3c8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/post/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,13 @@ export const Content = styled.div`
border-bottom: 1px solid #808080;
}
}
li {
margin-top: 10px;
:first-child {
margin-top: 0;
}
}
h2 {
margin-top: 50px;
Expand Down

0 comments on commit 13cd3c8

Please sign in to comment.