decrease margins between comments

This commit is contained in:
igoradamenko
2018-03-04 00:52:22 +03:00
parent 950ba6b5c0
commit 53f11adb71
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
.comment {
position: relative;
overflow: hidden;
margin-bottom: $offset;
margin-bottom: $offset / 2;
font-size: 16px;
line-height: 1.2;
+1 -1
View File
@@ -1,5 +1,5 @@
@import 'common/variables';
.thread {
margin-bottom: $offset;
margin-bottom: $offset / 2;
}