Actually shift cards over, rather than just a minor indent.

This commit is contained in:
Justin Abrahms 2020-03-21 20:09:28 -07:00
parent 6f3a13d144
commit b5d37c7c8d
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}