summaryrefslogtreecommitdiff
path: root/docs/custom.css
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2023-05-01 15:16:46 +0200
committerJeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com>2023-09-25 09:43:37 +0200
commit526e648172cb50c3ee4f24a613c90d6a367ae157 (patch)
treeb248740099ae06f3eadf5678a4f0c4d6d8a29643 /docs/custom.css
parentd4939e8694a6762dc9de2f4027266850f49790ac (diff)
Docs: Increase the content width
Diffstat (limited to 'docs/custom.css')
-rw-r--r--docs/custom.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/custom.css b/docs/custom.css
new file mode 100644
index 0000000..7a2dc5b
--- /dev/null
+++ b/docs/custom.css
@@ -0,0 +1,3 @@
+:root {
+ --content-max-width: 1500px;
+}