diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-05-01 15:16:46 +0200 |
|---|---|---|
| committer | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2023-09-25 09:43:37 +0200 |
| commit | 526e648172cb50c3ee4f24a613c90d6a367ae157 (patch) | |
| tree | b248740099ae06f3eadf5678a4f0c4d6d8a29643 /docs | |
| parent | d4939e8694a6762dc9de2f4027266850f49790ac (diff) | |
Docs: Increase the content width
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/book.toml | 1 | ||||
| -rw-r--r-- | docs/custom.css | 3 |
2 files changed, 4 insertions, 0 deletions
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; +} |
