We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 44b1f45 + 55ea0d2 commit 4e9d4daCopy full SHA for 4e9d4da
book.toml
@@ -10,6 +10,7 @@ command = "./build.bash"
10
11
[output.html]
12
additional-js = ["js/moment.min.js", "js/index.js"]
13
+additional-css = ["css/style.css"]
14
no-section-label = true
15
git-repository-url = "https://github.com/rust-lang/rust-forge"
16
edit-url-template = "https://github.com/rust-lang/rust-forge/edit/master/{path}"
css/style.css
@@ -0,0 +1,3 @@
1
+:root {
2
+ --content-max-width: 1000px;
3
+}
0 commit comments