We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c76c38f commit c7728f9Copy full SHA for c7728f9
1 file changed
src/css/custom.css
@@ -1769,7 +1769,27 @@ html[data-theme="light"] [data-slot="card-header"].bg-gradient-to-br {
1769
}
1770
1771
@media screen and (max-width: 1110px) {
1772
- .navbar__items{
+ .navbar__items {
1773
gap: 0.1rem !important;
1774
+ }
1775
1776
+
1777
+/* Fix for author page avatar overlap - working solution */
1778
+.avatar.margin-bottom--sm.author-as-h1_iMAg {
1779
+ width: 150px !important;
1780
+ height: 150px !important;
1781
+ border-radius: 50% !important;
1782
+ border: none !important;
1783
+}
1784
1785
1786
+.avatar.margin-bottom--sm {
1787
+ width: auto !important;
1788
+ height: auto !important;
1789
1790
1791
1792
1793
+.blog-page .margin-bottom--xl {
1794
+ margin-bottom: 0rem !important;
1795
0 commit comments