Spacing tweak for heading-anchor

This commit is contained in:
Zach Leatherman 2024-07-16 15:46:26 -05:00
parent 1c3c777a1e
commit eb0e826cd9

View File

@ -256,12 +256,12 @@ header {
margin-right: 1em;
}
/* Direct Links / Markdown Headers */
/* Direct Links / Headings */
.heading-anchor {
text-decoration: none;
font-style: normal;
font-size: 1em;
margin-left: .1em;
margin-left: .25em;
}
a[href].heading-anchor,
a[href].heading-anchor:visited {