diff --git a/client/src/components/pages/Steem/Post/Comment.css b/client/src/components/pages/Steem/Post/Comment.css index ab67b17..f662e24 100644 --- a/client/src/components/pages/Steem/Post/Comment.css +++ b/client/src/components/pages/Steem/Post/Comment.css @@ -56,7 +56,13 @@ ul.commentList > li { width:100% !important; } -.commentHead { +.commentBody .Body { + font-size: 1.1rem; + letter-spacing: 0.01rem; +} + +.commentBody .Body sub { + font-size: 0.9rem; } .commentFooter { diff --git a/client/src/components/pages/Steem/Post/PostBody.css b/client/src/components/pages/Steem/Post/PostBody.css index cf92e5a..c0f357b 100644 --- a/client/src/components/pages/Steem/Post/PostBody.css +++ b/client/src/components/pages/Steem/Post/PostBody.css @@ -2,6 +2,7 @@ .Body { font-size: 1.35rem; + letter-spacing: 0.01rem; } .Body h1, h2, h3, h4, h5, h6 {