From 53f11adb7132bc32822710fcc58b5b04175f7f43 Mon Sep 17 00:00:00 2001 From: igoradamenko Date: Sat, 3 Mar 2018 22:05:33 +0300 Subject: [PATCH] decrease margins between comments --- web/app/components/comment/comment.scss | 2 +- web/app/components/thread/thread.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/app/components/comment/comment.scss b/web/app/components/comment/comment.scss index 9624fa60..bf3711e0 100644 --- a/web/app/components/comment/comment.scss +++ b/web/app/components/comment/comment.scss @@ -3,7 +3,7 @@ .comment { position: relative; overflow: hidden; - margin-bottom: $offset; + margin-bottom: $offset / 2; font-size: 16px; line-height: 1.2; diff --git a/web/app/components/thread/thread.scss b/web/app/components/thread/thread.scss index 59307364..a8149d32 100644 --- a/web/app/components/thread/thread.scss +++ b/web/app/components/thread/thread.scss @@ -1,5 +1,5 @@ @import 'common/variables'; .thread { - margin-bottom: $offset; + margin-bottom: $offset / 2; }