Removes the maxWidth parameter that caused the docsite to not use the full screen width.

This commit is contained in:
Joel Dudley 2017-12-05 14:23:41 +00:00 committed by GitHub
parent 426b5eb44a
commit 9adf4bfc57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,8 @@ a:visited {
}
.wy-nav-content {
background-color: #fff max-width: 1000px;
background-color: #fff;
max-width: none;
}
.wy-nav-side {