help.html: use max-width for content.
parent
de294563d1
commit
d890f410bf
|
@ -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%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue