Skip to content

Commit 21b6598

Browse files
committed
Revert the docs max-width to 900px
1 parent 27c7c1a commit 21b6598

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/_static/css/custom.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ body div.nboutput.container div[class*='highlight'] pre {
3232
}
3333

3434
.wy-nav-content {
35-
max-width: 100%;
35+
/* Increase the width of the content from the default 800px;
36+
not using 100% as it makes reading sentences unbearable on 4K screens */
37+
max-width: 900px;
3638
}
3739

3840
.nbinput .prompt,

0 commit comments

Comments
 (0)