help.html: use max-width for content.

master
John Benediktsson 2020-02-13 21:07:25 -08:00
parent de294563d1
commit d890f410bf
1 changed files with 1 additions and 1 deletions

View File

@ -27,6 +27,6 @@ a:hover { text-decoration: underline; color: #104e8b; }
.page { .page {
font-size: 120%; font-size: 120%;
margin: 20px; margin: 20px;
width: 800px; max-width: 800px;
line-height: 125%; line-height: 125%;
} }