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; }