diff options
| author | Josh Ferrell <josh@vector35.com> | 2023-02-24 15:42:35 -0500 |
|---|---|---|
| committer | Josh Ferrell <josh@vector35.com> | 2023-02-24 15:42:35 -0500 |
| commit | 019a9258c0dced5af53a613479e4b6d13e176b06 (patch) | |
| tree | 0d385bd2c4a5abe54fffcd47ea5a269f58cb55c6 | |
| parent | 5072251313266297226712591745862782023969 (diff) | |
Increase max content width in user docs
| -rw-r--r-- | docs/docs.css | 4 |
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"] { |
