diff --git a/static/styles/root.css b/static/styles/root.css index 8bb08e6..3f52e78 100644 --- a/static/styles/root.css +++ b/static/styles/root.css @@ -401,6 +401,13 @@ p { p { margin-block-end: var(--body-item-spacing); } p:last-child { margin-block-end: 0; } +ul ul, +ul ol, +ol ul, +ol ol { + margin-inline-start: var(--body-item-spacing); +} + .post-list { list-style: none; margin: 0;