Adjust margin for icons in blog sidebar navigation

Added a 5px top margin to SVG icons in the blog post sidebar navigation links. This improves alignment and visual consistency in the blog layout.
This commit is contained in:
tfw
2025-05-27 12:59:21 +02:00
parent e76cf34cad
commit cb9e123c34
+8
View File
@@ -49,3 +49,11 @@
font-size: inherit;
}
}
.md-sidebar--post{
.md-nav__link{
svg{
margin-top: 5px;
}
}
}