css: reduce spacing between comments on mobile.

This commit is contained in:
evazion
2019-09-30 00:58:34 -05:00
parent fa70014a3c
commit cf97235aa6
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ div.list-of-messages {
@media (max-width: 660px) {
display: block;
margin-top: 3em;
margin-top: 2em;
div.author {
margin: 0 0 1em;

View File

@@ -104,7 +104,7 @@ form.edit_comment div.input.boolean {
div.post {
display: block;
margin: 4em 0;
margin: 2em 0;
&:first-of-type {
margin: 1em 0;