From 2a8177c0a184e55268578a6d098bab6d346c0345 Mon Sep 17 00:00:00 2001 From: aditya singh rathore Date: Mon, 25 May 2026 11:30:25 +0530 Subject: [PATCH 1/2] author card fixes --- src/css/custom.css | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/src/css/custom.css b/src/css/custom.css index cd898991..2abcf19f 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -2566,4 +2566,32 @@ html[data-theme="dark"] .blog-post-page .markdown h4 { content: none !important; display: none !important; } +} + +/* author card fixes */ +[class*="authorName_"] { + font-size: 1.1rem !important; + font-weight: 700 !important; + line-height: 1.3 !important; + margin: 0 !important; +} + +[class*="authorBadge_"] { + font-size: 0.65rem !important; + padding: 2px 7px !important; +} + +[class*="authorMeta_"] { + font-size: 0.78rem !important; + margin: 2px 0 !important; +} + +[class*="authorSummary_"] { + font-size: 0.9rem !important; + line-height: 1.5 !important; +} + +[class*="authorAvatarWrapper_"] img { + width: 52px !important; + height: 52px !important; } \ No newline at end of file From 945e18ad48119fb7b73e294cbf22d40dcd57eb77 Mon Sep 17 00:00:00 2001 From: aditya singh rathore Date: Tue, 26 May 2026 10:46:49 +0530 Subject: [PATCH 2/2] Fix the size --- src/css/custom.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/css/custom.css b/src/css/custom.css index 2abcf19f..9c6486eb 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -2570,24 +2570,24 @@ html[data-theme="dark"] .blog-post-page .markdown h4 { /* author card fixes */ [class*="authorName_"] { - font-size: 1.1rem !important; + font-size: 1.2rem !important; font-weight: 700 !important; line-height: 1.3 !important; margin: 0 !important; } [class*="authorBadge_"] { - font-size: 0.65rem !important; + font-size: 0.70rem !important; padding: 2px 7px !important; } [class*="authorMeta_"] { - font-size: 0.78rem !important; + font-size: 1.0rem !important; margin: 2px 0 !important; } [class*="authorSummary_"] { - font-size: 0.9rem !important; + font-size: 1.0rem !important; line-height: 1.5 !important; }