diff --git a/kits/default/scss/radix/_comment.scss b/kits/default/scss/radix/_comment.scss index 19bf2f7..1ccc321 100644 --- a/kits/default/scss/radix/_comment.scss +++ b/kits/default/scss/radix/_comment.scss @@ -2,12 +2,12 @@ // -------------------------------------------------- .comment { margin-top: 15px; + padding-top: 15px; border-top: 1px solid $gray-lighter; .user-picture { float: left; - margin-right: 10px; - margin-top: 10px; + margin-right: 15px; border-radius: 3px; overflow: hidden; @@ -28,6 +28,10 @@ } } + h4 { + margin-top: 0; + } + .content { margin: 10px 0; }