Skip to content

Commit 9be9e25

Browse files
committed
Tweak the values for documentation content/paragraph width
1 parent 16e8e44 commit 9be9e25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/_static/css/custom.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ body div.nboutput.container div[class*='highlight'] pre {
3434
.wy-nav-content {
3535
/* Increase the width of the content from the default 800px;
3636
not using 100% as it makes reading sentences unbearable on 4K screens */
37-
max-width: 1200px;
37+
max-width: 1100px;
3838
}
3939

4040
.wy-nav-content p {
41-
max-width: 900px;
41+
max-width: 950px;
4242
}
4343

4444
.nbinput .prompt,

0 commit comments

Comments
 (0)