css: reduce spacing between comments on mobile.
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user