From 526e648172cb50c3ee4f24a613c90d6a367ae157 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Mon, 1 May 2023 15:16:46 +0200 Subject: Docs: Increase the content width --- docs/custom.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 docs/custom.css (limited to 'docs/custom.css') 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; +} -- cgit v1.2.3