Skip to content

Commit

Permalink
add corect size logo to the header and adjust title spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
tombrewsviews committed Mar 15, 2024
1 parent 3dfabc9 commit 3f8ef00
Show file tree
Hide file tree
Showing 3 changed files with 145 additions and 4 deletions.
140 changes: 140 additions & 0 deletions docs/docs/assets/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions docs/docs/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
--md-accent-fg-color: #AEA1F1;
}
.md-nav__title, .md-nav__link {
font-size: 16px; /* Adjust the font size as needed */
font-size: 16px;
}

.md-tabs__link {
font-size: 16px; /* Adjust the font size as needed */
font-size: 16px;
}

.md-header__title {
font-size: 20px; /* Adjust the font size as needed */
font-size: 20px;
margin-left: 0px !important;
}
2 changes: 1 addition & 1 deletion docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ nav:
- 'index.md'

theme:
logo: assets/logo.png
logo: assets/logo.svg
favicon: assets/favicon.ico
name: material
features:
Expand Down

0 comments on commit 3f8ef00

Please sign in to comment.