mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-30 17:37:09 +02:00
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:
parent
e60de098a7
commit
471f0d4333
1 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue