Merge pull request #10 from tfwmedia/fix/73-align-the-icon-with-the-text-middle-in-the-blog-sidebar

Adjust margin for icons in blog sidebar navigation
This commit is contained in:
Tim
2025-05-27 13:00:29 +02:00
committed by GitHub
+8
View File
@@ -49,3 +49,11 @@
font-size: inherit; font-size: inherit;
} }
} }
.md-sidebar--post{
.md-nav__link{
svg{
margin-top: 5px;
}
}
}