Commit e5774a89 authored by NGPixel's avatar NGPixel

fix: nested lists indentation (#1114)

parent 118700f3
......@@ -315,6 +315,10 @@
padding: 1rem 0 0 0;
list-style-position: inside;
li > ul, li > ol {
padding-left: 1rem;
}
li + li {
margin-top: .5rem;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment