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:35:05 +00:00 committed by GitHub
parent 183fa729e4
commit 70d99409f1
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 {