]> gitweb.factorcode.org Git - factor.git/commitdiff
help.html: docs are 800px wide
authorJohn Benediktsson <mrjbq7@gmail.com>
Sun, 7 Aug 2022 00:48:35 +0000 (17:48 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sun, 7 Aug 2022 00:48:35 +0000 (17:48 -0700)
basis/help/html/stylesheet.css

index 4333efe04d2726fecd8076662365e4a456cdee12..5be0f95beabd199d3949f6c5379f02ee52fec828 100644 (file)
@@ -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 {