Skip to content

Commit 58308a6

Browse files
committed
Set the width for content wider, keep paragraphs narrow
1 parent 6ba7689 commit 58308a6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/_static/css/custom.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ 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;
38+
}
39+
40+
.wy-nav-content p {
3741
max-width: 900px;
3842
}
3943

0 commit comments

Comments
 (0)