Skip to content

Commit

Permalink
Add horizontal rule style
Browse files Browse the repository at this point in the history
  • Loading branch information
ediblecode committed Apr 19, 2017
1 parent e7b474c commit 0aa6cec
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/stylesheets/components/_components-global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,12 @@
img {
max-width: 100%;
}


hr {
background: 0;
border: 0;
border-top: em(1px) solid $colour-border;
margin: em($spacing-large 0);
padding: 0;
}

0 comments on commit 0aa6cec

Please sign in to comment.