Skip to content

Commit 5be859a

Browse files
Fix overlapping content on author page
Added styles to fix overlapping content on Aditya Singh Rathore's author page.
1 parent cdd8af5 commit 5be859a

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

src/css/custom.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2703,3 +2703,18 @@ html[data-theme="dark"] .blog-post-page .markdown h4 {
27032703
width: 52px !important;
27042704
height: 52px !important;
27052705
}
2706+
2707+
/* Fix overlapping content on Aditya Singh Rathore's author page #1558 */
2708+
[class*="author-aditya-singh-rathore"] .avatar,
2709+
[class*="author-aditya-singh-rathore"] .hero {
2710+
margin-bottom: 2rem !important;
2711+
}
2712+
2713+
[class*="author-aditya-singh-rathore"] .social-links,
2714+
[class*="author-aditya-singh-rathore"] .author-socials {
2715+
display: flex !important;
2716+
justify-content: center !important;
2717+
gap: 15px !important;
2718+
margin-top: 15px !important;
2719+
}
2720+

0 commit comments

Comments
 (0)