From d890f410bf78adb85534e433f162be74374bb709 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Thu, 13 Feb 2020 21:07:25 -0800 Subject: [PATCH] help.html: use max-width for content. --- basis/help/html/stylesheet.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/help/html/stylesheet.css b/basis/help/html/stylesheet.css index d30de6c836..4d1f56375b 100644 --- a/basis/help/html/stylesheet.css +++ b/basis/help/html/stylesheet.css @@ -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%; }