Skip to content

Commit 4e9d4da

Browse files
authored
Merge pull request #894 from Kobzol/width
Increase max width of content to 1000px
2 parents 44b1f45 + 55ea0d2 commit 4e9d4da

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

book.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ command = "./build.bash"
1010

1111
[output.html]
1212
additional-js = ["js/moment.min.js", "js/index.js"]
13+
additional-css = ["css/style.css"]
1314
no-section-label = true
1415
git-repository-url = "https://github.com/rust-lang/rust-forge"
1516
edit-url-template = "https://github.com/rust-lang/rust-forge/edit/master/{path}"

css/style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
:root {
2+
--content-max-width: 1000px;
3+
}

0 commit comments

Comments
 (0)