Increase the content max-width to 1140px from 800px

This commit is contained in:
Matt Martz 2014-01-03 09:30:51 -06:00
parent 26f7d62bf2
commit 90d49cec5a

View file

@ -4073,7 +4073,7 @@ pre.literal-block {
.wy-nav-content {
padding: 1.618em 3.236em;
height: 100%;
max-width: 800px;
max-width: 1140px;
margin: auto;
}