Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
Changed comments font to be smaller than post
Browse files Browse the repository at this point in the history
  • Loading branch information
KrNel committed Apr 12, 2019
1 parent 0e5190e commit de08d78
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion client/src/components/pages/Steem/Post/Comment.css
Expand Up @@ -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 {
Expand Down
1 change: 1 addition & 0 deletions client/src/components/pages/Steem/Post/PostBody.css
Expand Up @@ -2,6 +2,7 @@

.Body {
font-size: 1.35rem;
letter-spacing: 0.01rem;
}

.Body h1, h2, h3, h4, h5, h6 {
Expand Down

0 comments on commit de08d78

Please sign in to comment.