Skip to content

Commit

Permalink
fix(styles): add style for <hr> tag (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpou authored Dec 15, 2019
1 parent 6bf2706 commit 9d5cb21
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/Commons.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ a {
color: ${colors.primary};
}
hr {
border: 0;
border-top: 1px solid ${colors.grey100};
margin: 50px 0 5px 0;
}
ul,
ol {
padding-left: 2em;
Expand Down

0 comments on commit 9d5cb21

Please sign in to comment.