help.html: use max-width for content.

flac
John Benediktsson 2020-02-13 21:07:25 -08:00 committed by Steve Ayerhart
parent 627b550bf0
commit df814e3010
No known key found for this signature in database
GPG Key ID: 5BFD39C5359E967D
1 changed files with 1 additions and 1 deletions

View File

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