feat: move anchor item to left of text in markdown
This commit is contained in:
parent
4ff7ef7b5c
commit
6a54bdeec6
@ -148,5 +148,6 @@ main.loading {
|
|||||||
.markdown-body>h2>.anchor,
|
.markdown-body>h2>.anchor,
|
||||||
.markdown-body>h3>.anchor {
|
.markdown-body>h3>.anchor {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
margin-right: 5px;
|
margin-left: -26px;
|
||||||
|
margin-right: 12px;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user