diff --git a/db/docs/source/_static/custom.css b/db/docs/source/_static/custom.css index 458bacab..fa4f8b2b 100644 --- a/db/docs/source/_static/custom.css +++ b/db/docs/source/_static/custom.css @@ -11,11 +11,15 @@ th { .wy-nav-content { padding: 1.618em 3.236em; height: 100%; - max-width: 100%; + max-width: none; margin: auto; } +div.bodywrapper { + width: 100%; +} + body { width: 100%; }