From 019a9258c0dced5af53a613479e4b6d13e176b06 Mon Sep 17 00:00:00 2001 From: Josh Ferrell Date: Fri, 24 Feb 2023 15:42:35 -0500 Subject: Increase max content width in user docs --- docs/docs.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/docs.css') diff --git a/docs/docs.css b/docs/docs.css index 70a59bdd..c82afa95 100644 --- a/docs/docs.css +++ b/docs/docs.css @@ -206,6 +206,10 @@ a.md_tabs__link:visited { } +.md-grid { + max-width: 95%; +} + /* TODO: Cleanup above hacks and replace with fully theme-aware code like below. */ [data-md-color-scheme="binja"] { -- cgit v1.3.1