Skip to content

Commit 05d6e0d

Browse files
update branding.css
logo larger
1 parent 88ae4d8 commit 05d6e0d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/assets/branding.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,14 @@
4444
.md-tabs__link:hover,
4545
.md-tabs__link--active {
4646
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;
4757
}

0 commit comments

Comments
 (0)