From 5df711b282d143264bc5b8e9411aefde3bba5f63 Mon Sep 17 00:00:00 2001 From: Jan Ducnuigeen Date: Wed, 15 Nov 2023 15:03:19 +1300 Subject: [PATCH] docs: update body width --- db/docs/source/_static/custom.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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) {