Cap preview width similar to GitHub

It is presumed that this was not included in the original stylesheets
(which were heavily based on GitHub's) because it is set in JS.
github/fork/yochananmarqos/patch-1
Gonçalo Silva 2019-04-21 01:50:17 +01:00
parent ddcf76df47
commit 878bbdb67c
1 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,8 @@ body {
font-family: "Fira Sans", fira-sans, sans-serif, color-emoji;
line-height: 1.5;
word-wrap: break-word;
max-width: 978px;
margin: auto;
padding: 2em;
}