Skip to content

Commit

Permalink
fix(theme): Adjust blog authors line height to show descenders in low…
Browse files Browse the repository at this point in the history
…ercase letters (`g`, `j`, `p`, `q`, and `y`) (#10390)
  • Loading branch information
josh-wong authored Aug 12, 2024
1 parent e60de09 commit 471f0d4
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

.authorTitle {
font-size: 0.8rem;
line-height: 0.8rem;
line-height: 1rem;
display: -webkit-box;
overflow: hidden;
line-clamp: 1;
Expand All @@ -55,12 +55,12 @@

.author-as-h1 .authorTitle {
font-size: 1.2rem;
line-height: 1.2rem;
line-height: 1.6rem;
}

.author-as-h2 .authorTitle {
font-size: 1rem;
line-height: 1rem;
line-height: 1.3rem;
}

.authorBlogPostCount {
Expand Down

0 comments on commit 471f0d4

Please sign in to comment.