diff --git a/core/themes/bartik/css/components/comments.css b/core/themes/bartik/css/components/comments.css index bc4edb8..797d86b 100644 --- a/core/themes/bartik/css/components/comments.css +++ b/core/themes/bartik/css/components/comments.css @@ -18,8 +18,6 @@ .comment__meta { font-size: 1.071em; - line-height: 1.2; - overflow: hidden; padding: 0 30px 0 0; /* LTR */ } [dir="rtl"] .comment__meta { @@ -37,16 +35,18 @@ } .comment__meta__author { margin: 4px 0; + line-height: 1.2; } .comment__meta__time { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; - font-size: 0.786em; + font-size: 0.733em; + line-height: 1.2; color: #68696b; - margin: 4px 0; + margin-bottom: 4px; } .comment__meta__permalink { - font-size: 0.786em; - margin: 4px 0; + font-size: 0.733em; + line-height: 1.2; } .comment__content { font-size: 0.929em; @@ -58,9 +58,11 @@ position: relative; width: 100%; } + .comment__content h3 { - margin-top: 0; + font-size: 1.175em; } + .comment__content:before { content: ''; position: absolute; @@ -106,6 +108,7 @@ padding: 0 0 0.25em 0; } .comment ul.links li { + font-size: 1.08em; padding: 0 0.5em 0 0; /* LTR */ } [dir="rtl"] .comment ul.links li {