decrease offset on comment levels

This commit is contained in:
igoradamenko
2018-02-24 23:50:30 +02:00
parent c3cd607d23
commit f663fafa11
@@ -3,7 +3,7 @@
.comment_level {
@for $i from 1 through 5 {
&_#{$i} {
margin-left: $i * $offset;
margin-left: $i * $offset / 2;
}
}
}