Skip to content

Commit

Permalink
Merge pull request #127 from OverflowCat/patch-1
Browse files Browse the repository at this point in the history
fix: vertical support for `<hr>` (fix #126)
  • Loading branch information
sivan authored Jan 20, 2025
2 parents 6e5a06e + 141312d commit d0d0b5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
}

hr {
width: 30%;
height: 1px;
inline-size: 30%;
block-size: 1px;
margin-block-start: $std-block-unit * 2;
margin-block-end: $std-block-unit * 2 - 1px;
margin-inline-start: auto;
Expand Down

0 comments on commit d0d0b5f

Please sign in to comment.