Skip to content

Commit

Permalink
Remove margins from HR.
Browse files Browse the repository at this point in the history
  • Loading branch information
willans committed Aug 31, 2016
1 parent 7cec8e5 commit 56829c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scss/core/_hr.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ $hr-height: 1px;

hr,
.hr {
@include flush--ends;
height: $hr-height;
background-color: $c--black;
border: none;
Expand Down

0 comments on commit 56829c2

Please sign in to comment.