We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ae452f commit 5842a7bCopy full SHA for 5842a7b
docs/stylesheets/extra.css
@@ -38,4 +38,9 @@ code {
38
.md-main__inner {
39
margin-top: 0;
40
padding-top: 0.5rem; /* Drastically reduce top padding */
41
-}
+}
42
+
43
+/* Hide the logo in the header */
44
+.md-header__button.md-logo {
45
+ display: none;
46
mkdocs.yml
@@ -9,7 +9,6 @@ edit_uri: edit/main/docs/
9
copyright: Copyright © 2024 Prabha Arivalagan
10
theme:
11
name: material
12
- logo: logo.png
13
favicon: logo.png
14
icon:
15
repo: fontawesome/brands/github
0 commit comments