Skip to content

Commit 2a8177c

Browse files
committed
author card fixes
1 parent b00bd2e commit 2a8177c

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

src/css/custom.css

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2566,4 +2566,32 @@ html[data-theme="dark"] .blog-post-page .markdown h4 {
25662566
content: none !important;
25672567
display: none !important;
25682568
}
2569+
}
2570+
2571+
/* author card fixes */
2572+
[class*="authorName_"] {
2573+
font-size: 1.1rem !important;
2574+
font-weight: 700 !important;
2575+
line-height: 1.3 !important;
2576+
margin: 0 !important;
2577+
}
2578+
2579+
[class*="authorBadge_"] {
2580+
font-size: 0.65rem !important;
2581+
padding: 2px 7px !important;
2582+
}
2583+
2584+
[class*="authorMeta_"] {
2585+
font-size: 0.78rem !important;
2586+
margin: 2px 0 !important;
2587+
}
2588+
2589+
[class*="authorSummary_"] {
2590+
font-size: 0.9rem !important;
2591+
line-height: 1.5 !important;
2592+
}
2593+
2594+
[class*="authorAvatarWrapper_"] img {
2595+
width: 52px !important;
2596+
height: 52px !important;
25692597
}

0 commit comments

Comments
 (0)