Skip to content

Commit 6111a94

Browse files
Fix: Center header <hr>
1 parent c1fddae commit 6111a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quartz/components/styles/linksHeader.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ header {
2323

2424
#links-header-container {
2525
hr {
26-
margin: 1rem;
26+
margin: 1rem 0;
2727
}
2828
}
2929

0 commit comments

Comments
 (0)