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/book.toml | 1 + docs/custom.css | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 docs/custom.css (limited to 'docs') diff --git a/docs/book.toml b/docs/book.toml index 68a1112..b071f9b 100644 --- a/docs/book.toml +++ b/docs/book.toml @@ -7,3 +7,4 @@ title = "eduVPN-common documentation" [output.html] site-url = "/eduvpn-common/" +additional-css = ["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