Skip to content

Commit 7b96a60

Browse files
committed
Remove excessive default margin on <hr>. Closes #108.
1 parent 9d40c02 commit 7b96a60

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

src/css/00-base.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
hr {
141141
border: none;
142142
border-top: 1px solid var(--border);
143-
margin: var(--space-8) 0;
143+
margin: var(--space-2) 0;
144144
}
145145

146146
ul, ol {

src/css/dropdown.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@
2828
transform: translateY(-4px);
2929
}
3030
}
31-
32-
hr {
33-
margin: var(--space-1) 0;
34-
}
3531
}
3632

3733
[role="menuitem"] {

0 commit comments

Comments
 (0)