Skip to content

Commit e20cb21

Browse files
committed
adjust logo
1 parent 5905f04 commit e20cb21

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

docs/stylesheets/extra.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/* Custom logo size */
2+
.md-header__button.md-logo img {
3+
height: 40px; /* Default is 24px */
4+
width: auto;
5+
}

mkdocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ markdown_extensions:
5555
- toc:
5656
permalink: true
5757

58+
extra_css:
59+
- stylesheets/extra.css
60+
5861
extra:
5962
social:
6063
- icon: fontawesome/brands/github

0 commit comments

Comments
 (0)