Skip to content

Commit

Permalink
Adjust line height to show letter descenders in titles
Browse files Browse the repository at this point in the history
Adjust line height to show lowercase descenders in blog author titles.
  • Loading branch information
josh-wong committed Aug 11, 2024
1 parent e60de09 commit 46558f6
Showing 1 changed file with 2 additions and 2 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 @@ -60,7 +60,7 @@

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

.authorBlogPostCount {
Expand Down

0 comments on commit 46558f6

Please sign in to comment.