From 66f5f96d5352bf97cca1e677b6e3b94f1ff6e644 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Sat, 6 Aug 2022 17:48:35 -0700 Subject: [PATCH] help.html: docs are 800px wide --- 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 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 { -- 2.34.1