doc: allow doc content to be wider if there's room (#1468)

This commit is contained in:
Jeff Kaufman
2017-01-05 15:31:31 -05:00
committed by GitHub
parent 6f37179e9f
commit 790a7c434e
+1 -1
View File
@@ -47,7 +47,7 @@ a:hover {
#content { #content {
margin: 0.5em; margin: 0.5em;
max-width: 35em; max-width: 50em;
} }
code, pre { code, pre {