fix(theme): Adjust blog authors line height to show descenders in lowercase letters (g, j, p, q, and y) (#10390)

This commit is contained in:
Josh Wong 2024-08-12 17:35:52 +09:00 committed by GitHub
parent e60de098a7
commit 471f0d4333
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -45,7 +45,7 @@
.authorTitle {
font-size: 0.8rem;
line-height: 0.8rem;
line-height: 1rem;
display: -webkit-box;
overflow: hidden;
line-clamp: 1;
@ -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 {