Skip to content

Commit 50dd460

Browse files
authored
Merge pull request recodehive#1747 from nancy-verma780/fix-aditya-author-overlap
fix: resolve overlapping content on aditya author page recodehive#1558
2 parents df43a97 + 5be859a commit 50dd460

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)