mirror of https://gitlab.com/curben/blog
fix(css): unset margin-left of toc
This commit is contained in:
parent
f187cad58a
commit
5b0556ec16
|
@ -148,6 +148,11 @@ ol {
|
||||||
margin-left: 1.9em;
|
margin-left: 1.9em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ol.toc,
|
||||||
|
ol.toc-child {
|
||||||
|
margin-left: unset;
|
||||||
|
}
|
||||||
|
|
||||||
li ol,
|
li ol,
|
||||||
li ul,
|
li ul,
|
||||||
ol,
|
ol,
|
||||||
|
|
Loading…
Reference in New Issue