From 2153b3a88bc7cc0c0d7068f914d0597fe7d977dd Mon Sep 17 00:00:00 2001 From: Jan Ducnuigeen Date: Wed, 15 Nov 2023 14:36:37 +1300 Subject: [PATCH] docs: wider page --- db/docs/source/_static/custom.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/db/docs/source/_static/custom.css b/db/docs/source/_static/custom.css index 36504c61..751221a1 100644 --- a/db/docs/source/_static/custom.css +++ b/db/docs/source/_static/custom.css @@ -1,18 +1,18 @@ tr { - background-color: hsla(205, 46%, 86%, 0.41); + background-color: hsla(205, 46%, 86%, 0.41); } th { - background-color: #bbbbbb; - color: #ffffff; + background-color: #bbbbbb; + color: #ffffff; } .wy-nav-content { - padding: 1.618em 3.236em; - height: 100%; - max-width: 100%; - margin: auto; + padding: 1.618em 3.236em; + height: 100%; + max-width: none; + margin: auto; } @@ -31,5 +31,5 @@ th { } div.section p { - font-size: 100%; + font-size: 100%; } \ No newline at end of file