diff --git a/templates/threads.html b/templates/threads.html index d6b3eb2..e128103 100644 --- a/templates/threads.html +++ b/templates/threads.html @@ -39,9 +39,9 @@ } .card_content { - width - & * { - margin-top: 1em; + + & *:not(.meta) { + margin-bottom: 1em; } & img, & video { @@ -52,7 +52,7 @@ & .meta { font-size: small; color: #888; - + margin-bottom: 5px; } } @@ -104,10 +104,17 @@