Skip to content

Commit 6ff5634

Browse files
committed
fix: Make <hr> be at least 2 pixels in height
1 parent 49392d1 commit 6ff5634

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

assets/styles/50_main.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ aside header a {
110110
hr {
111111
width: 100%;
112112
height: 2px;
113+
min-height: 2px;
113114
border: none;
114115
background-color: var(--fg-white);
115116
opacity: 0.2;

0 commit comments

Comments
 (0)