Skip to content

Commit

Permalink
mkdocs site style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
phernandez committed Oct 28, 2024
1 parent 446565b commit bc2185d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions documentation/docs/assets/styles/custom.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.md-grid {
max-width: 1920px !important;
}

.md-header {
box-shadow: none !important;
}
Expand Down
4 changes: 2 additions & 2 deletions documentation/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ theme:
features:
- content.code.copy
- content.code.annotate

- disable-responsive-fonts
plugins:
- search
- include-markdown
Expand All @@ -35,10 +35,10 @@ extra:

extra_css:
- assets/styles/custom.css
- https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap

extra_javascript:
- javascript/sync-theme.js
- https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap

markdown_extensions:
- pymdownx.highlight:
Expand Down

0 comments on commit bc2185d

Please sign in to comment.