diff --git a/db/docs/source/_static/custom.css b/db/docs/source/_static/custom.css index e03544e2..727dc282 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: 2000px !important; + max-width: 100%; margin: auto; } +div.body { + width: 100%; +} + /* override table width restrictions */ @media screen and (min-width: 800px) {