decrease margins between comments
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
.comment {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
margin-bottom: $offset;
|
||||
margin-bottom: $offset / 2;
|
||||
font-size: 16px;
|
||||
line-height: 1.2;
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
@import 'common/variables';
|
||||
|
||||
.thread {
|
||||
margin-bottom: $offset;
|
||||
margin-bottom: $offset / 2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user