We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82e7281 commit 348c4d2Copy full SHA for 348c4d2
docs/extra.css
@@ -0,0 +1,10 @@
1
+
2
+/*
3
+Override mkdocs-material's max-width for the content so the notebooks
4
+are wide enough that JupyterLite uses the desktop layout.
5
6
+See https://github.com/NickCrews/mkdocs-jupyterlite/blob/0394a4ab41f402b977b2e762bf1b402f84460ddf/docs/extra.css
7
+*/
8
+.md-main__inner.md-grid {
9
+ max-width: 70rem;
10
+}
mkdocs.yml
@@ -17,6 +17,8 @@ theme:
17
- search.highlight
18
- search.share
19
- search.suggest
20
+extra_css:
21
+ - extra.css
22
plugins:
23
- git-revision-date-localized
24
- literate-nav
0 commit comments