There was an error while loading. Please reload this page.
1 parent 5905f04 commit e20cb21Copy full SHA for e20cb21
2 files changed
docs/stylesheets/extra.css
@@ -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
@@ -55,6 +55,9 @@ markdown_extensions:
55
- toc:
56
permalink: true
57
58
+extra_css:
59
+ - stylesheets/extra.css
60
+
61
extra:
62
social:
63
- icon: fontawesome/brands/github
0 commit comments