Skip to content

Commit 945e18a

Browse files
committed
Fix the size
1 parent 2a8177c commit 945e18a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/css/custom.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2570,24 +2570,24 @@ html[data-theme="dark"] .blog-post-page .markdown h4 {
25702570

25712571
/* author card fixes */
25722572
[class*="authorName_"] {
2573-
font-size: 1.1rem !important;
2573+
font-size: 1.2rem !important;
25742574
font-weight: 700 !important;
25752575
line-height: 1.3 !important;
25762576
margin: 0 !important;
25772577
}
25782578

25792579
[class*="authorBadge_"] {
2580-
font-size: 0.65rem !important;
2580+
font-size: 0.70rem !important;
25812581
padding: 2px 7px !important;
25822582
}
25832583

25842584
[class*="authorMeta_"] {
2585-
font-size: 0.78rem !important;
2585+
font-size: 1.0rem !important;
25862586
margin: 2px 0 !important;
25872587
}
25882588

25892589
[class*="authorSummary_"] {
2590-
font-size: 0.9rem !important;
2590+
font-size: 1.0rem !important;
25912591
line-height: 1.5 !important;
25922592
}
25932593

0 commit comments

Comments
 (0)