Skip to content

Commit ce4eb42

Browse files
committed
Website: make <hr> look prettier on docs pages
1 parent e753056 commit ce4eb42

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

website/public/main.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,12 @@ h2 {
136136
border-top: 1px solid #ccc;
137137
padding-top: 1rem;
138138
}
139+
hr {
140+
border: none;
141+
border-top: 1px solid #ccc;
142+
margin-left: 2rem;
143+
margin-right: 2rem;
144+
}
139145

140146
main > h2:first-child {
141147
border-top: 0;

0 commit comments

Comments
 (0)