]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/help/html/stylesheet.css
help.html: more padding
[factor.git] / basis / help / html / stylesheet.css
index 8470ce1560288b754c176ef6c05a62a5782d835b..cd83ac195f26f881e49aef71a15a4bb64788386d 100644 (file)
@@ -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 {