Skip to content

Commit bdb4480

Browse files
committed
Make skill tree take up the entire screen instead of starting somewhere in the middle
1 parent 5d3db6d commit bdb4480

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

book.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ title = "const-eval"
88
command = "mdbook-skill-tree"
99
[output.html]
1010
additional-js =["viz.js", "full.render.js", "skill-tree.js"]
11-
additional-css =["skill-tree.css"]
11+
additional-css =["skill-tree.css", "skill-tree-finetuning.css"]

skill-tree-finetuning.css

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

0 commit comments

Comments
 (0)