diff --git a/doc/_static/style.css b/doc/_static/style.css index 59f1ddf3864..27796c6e250 100644 --- a/doc/_static/style.css +++ b/doc/_static/style.css @@ -460,3 +460,14 @@ div.sphx-glr-animation video { margin-left: 0 !important; margin-right: 0 !important; } + +/* widen main content area */ +.bd-page-width { + max-width: 100rem; +} +.bd-sidebar-primary { + max-width: 16rem; +} +.bd-article-container { + max-width: 75em; +}