]> gitweb.factorcode.org Git - factor.git/commitdiff
help.html: use max-width for content.
authorJohn Benediktsson <mrjbq7@gmail.com>
Fri, 14 Feb 2020 05:07:25 +0000 (21:07 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Fri, 14 Feb 2020 05:07:25 +0000 (21:07 -0800)
basis/help/html/stylesheet.css

index d30de6c836afbe91ae94d613cb1e334e75a84257..4d1f56375b1ebb63e9044dcd5103a45f1d86b280 100644 (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%;
 }