keep help page at a readable width
[invirt/packages/invirt-web.git] / code / static / layout.css
index 1694de7..d579a93 100644 (file)
@@ -24,3 +24,7 @@ body {
     border-radius: .4em;
     background: #fff;
 }
+
+body.help {
+    max-width: 50em;
+}