From 4a4b034ed7712fde7fa015d5dab3e9b774733989 Mon Sep 17 00:00:00 2001 From: Jan Ducnuigeen Date: Wed, 15 Nov 2023 14:46:23 +1300 Subject: [PATCH] docs: update page width --- db/docs/source/_static/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/docs/source/_static/custom.css b/db/docs/source/_static/custom.css index 751221a1..e03544e2 100644 --- a/db/docs/source/_static/custom.css +++ b/db/docs/source/_static/custom.css @@ -11,7 +11,7 @@ th { .wy-nav-content { padding: 1.618em 3.236em; height: 100%; - max-width: none; + max-width: 2000px !important; margin: auto; }