We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e60de09 commit 5fab24bCopy full SHA for 5fab24b
packages/docusaurus-theme-classic/src/theme/Blog/Components/Author/styles.module.css
@@ -45,7 +45,7 @@
45
46
.authorTitle {
47
font-size: 0.8rem;
48
- line-height: 0.8rem;
+ line-height: 1rem;
49
display: -webkit-box;
50
overflow: hidden;
51
line-clamp: 1;
@@ -55,12 +55,12 @@
55
56
.author-as-h1 .authorTitle {
57
font-size: 1.2rem;
58
- line-height: 1.2rem;
+ line-height: 1.6rem;
59
}
60
61
.author-as-h2 .authorTitle {
62
font-size: 1rem;
63
- line-height: 1rem;
+ line-height: 1.3rem;
64
65
66
.authorBlogPostCount {
0 commit comments