Skip to content

Commit 141312d

Browse files
authored
fix: vertical support for <hr> (fix #126)
1 parent 6e5a06e commit 141312d

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)