Skip to content

Commit

Permalink
improve navbar logo display
Browse files Browse the repository at this point in the history
  • Loading branch information
pranabdas committed Jul 28, 2023
1 parent ac7d119 commit 326caa4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions extra/css/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.md-header__button.md-logo {
margin: 0;
padding: 0;
}

.md-header__button.md-logo img {
width: 150px;
height: auto;
}
3 changes: 3 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ copyright: © 2023 <a target="_blank" href="https://mat3ra.com">Exabyte Inc</a>.
extra:
generator: false

extra_css:
- extra/css/custom.css

markdown_extensions:
- codehilite:
linenums: true
Expand Down

0 comments on commit 326caa4

Please sign in to comment.