From: John Benediktsson Date: Sun, 7 Aug 2022 00:48:35 +0000 (-0700) Subject: help.html: docs are 800px wide X-Git-Tag: 0.99~1185 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=66f5f96d5352bf97cca1e677b6e3b94f1ff6e644 help.html: docs are 800px wide --- diff --git a/basis/help/html/stylesheet.css b/basis/help/html/stylesheet.css index 4333efe04d..5be0f95bea 100644 --- a/basis/help/html/stylesheet.css +++ b/basis/help/html/stylesheet.css @@ -45,7 +45,7 @@ nav { border-bottom: 1px solid #ccc; background-color: #f5f5f5; padding: 10px; - padding-left: calc(max(50% - 500px, 10px)); + padding-left: calc(max(50% - 400px, 10px)); } nav a, nav .link {