We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88ae4d8 commit 05d6e0dCopy full SHA for 05d6e0d
docs/assets/branding.css
@@ -44,4 +44,14 @@
44
.md-tabs__link:hover,
45
.md-tabs__link--active {
46
opacity: 0.9;
47
+}
48
+
49
+/* Increase logo size in header */
50
+.md-header__button.md-logo img {
51
+ max-height: 2.5rem; /* default is ~1.8rem */
52
53
54
+/* Optional: slightly increase padding so it stays centered */
55
+.md-header__button.md-logo {
56
+ padding: 0.25rem 0.5rem;
57
}
0 commit comments