Skip to content

Commit d0d0b5f

Browse files
authored
Merge pull request #127 from OverflowCat/patch-1
fix: vertical support for `<hr>` (fix #126)
2 parents 6e5a06e + 141312d commit d0d0b5f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/_base.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
}
5050

5151
hr {
52-
width: 30%;
53-
height: 1px;
52+
inline-size: 30%;
53+
block-size: 1px;
5454
margin-block-start: $std-block-unit * 2;
5555
margin-block-end: $std-block-unit * 2 - 1px;
5656
margin-inline-start: auto;

0 commit comments

Comments
 (0)