summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Ferrell <josh@vector35.com>2023-02-24 15:42:35 -0500
committerJosh Ferrell <josh@vector35.com>2023-02-24 15:42:35 -0500
commit019a9258c0dced5af53a613479e4b6d13e176b06 (patch)
tree0d385bd2c4a5abe54fffcd47ea5a269f58cb55c6
parent5072251313266297226712591745862782023969 (diff)
Increase max content width in user docs
-rw-r--r--docs/docs.css4
1 files changed, 4 insertions, 0 deletions
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"] {