diff --git a/app/assets/stylesheets/cards.css b/app/assets/stylesheets/cards.css index b0e7ee481..23339bd71 100644 --- a/app/assets/stylesheets/cards.css +++ b/app/assets/stylesheets/cards.css @@ -240,7 +240,7 @@ font-size: 2.5em; font-weight: 900; - line-height: 1.1; + line-height: 1.2; min-block-size: 3lh; text-wrap: balance; diff --git a/app/assets/stylesheets/comment-content.css b/app/assets/stylesheets/comment-content.css index 8d2a9bc25..376cf2793 100644 --- a/app/assets/stylesheets/comment-content.css +++ b/app/assets/stylesheets/comment-content.css @@ -3,7 +3,7 @@ font-weight: 800; hyphens: auto; letter-spacing: -0.02ch; - line-height: 1.1; + line-height: 1.2; margin-block: 0; overflow-wrap: break-word; text-wrap: balance;