fix: inconsistent spacing in nested lists

This commit is contained in:
NGPixel 2019-11-16 22:25:51 -05:00
parent fb0c64a07e
commit 1c814638da

View File

@ -316,6 +316,7 @@
list-style-position: inside;
li > ul, li > ol {
padding-top: .5rem;
padding-left: 1rem;
}