From 58a7a85ff39dd826c21f60de6042aa43e4d2c2e9 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Sun, 7 Aug 2022 12:38:32 -0700 Subject: [PATCH] help.html: more padding --- basis/help/html/stylesheet.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basis/help/html/stylesheet.css b/basis/help/html/stylesheet.css index 8470ce1560..cd83ac195f 100644 --- a/basis/help/html/stylesheet.css +++ b/basis/help/html/stylesheet.css @@ -45,8 +45,8 @@ nav { border-bottom: 1px solid #ccc; background-color: #f5f5f5; padding: 10px; - padding-left: calc(max(50% - 400px, 10px)); - padding-right: calc(max(50% - 400px, 10px)); + padding-left: calc(max(50% - 400px, 0px) + 15px); + padding-right: calc(max(50% - 400px, 0px) + 15px); } nav a, nav .link { -- 2.34.1