Skip to content

Commit 0e3b6f3

Browse files
committed
remove accidental margin from sidebar nav items
1 parent af1f10a commit 0e3b6f3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

layouts/templates/with-zls-docs.shtml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@
5353
border-left: 1px solid var(--border-color);
5454
}
5555

56+
#sidebar li {
57+
margin: 0;
58+
}
59+
5660
#sidebar a {
5761
display: block;
5862
padding: 0.5rem;

0 commit comments

Comments
 (0)