diff --git a/src/assets/style.css b/src/assets/style.css index 07356af..bb8f9ba 100644 --- a/src/assets/style.css +++ b/src/assets/style.css @@ -517,6 +517,6 @@ hr { * be wise to nest these recursively on the thread view, which would make it so * that we don't need any inline CSS anymore. */ -.indent { - margin-left: 1rem; +.indent > section { + margin-left: 2rem; }