Skip to content

Commit

Permalink
Set the width for content wider, keep paragraphs narrow
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Feb 21, 2021
1 parent 6ba7689 commit 58308a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ body div.nboutput.container div[class*='highlight'] pre {
.wy-nav-content {
/* Increase the width of the content from the default 800px;
not using 100% as it makes reading sentences unbearable on 4K screens */
max-width: 1200px;
}

.wy-nav-content p {
max-width: 900px;
}

Expand Down

0 comments on commit 58308a6

Please sign in to comment.