diff options
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; +} |
