Merge pull request #337 from justinabrahms/master

Actually shift cards over, rather than just a minor indent.
This commit is contained in:
Christian Bundy 2020-03-23 09:02:13 -07:00 committed by GitHub
commit 8c71d93ab3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
}