diff --git a/style.css b/style.css index 2b20a45..cbfb430 100644 --- a/style.css +++ b/style.css @@ -1011,6 +1011,12 @@ Comments list-style-type: none; } +.comment-list li > ul, +.comment-list li > ol { + margin-left: 1em; + padding-left: 1em; +} + .comment-body { margin-top: 2em; }