From 9adf4bfc57f4a91eb98c59c4ea859566633bb840 Mon Sep 17 00:00:00 2001 From: Joel Dudley Date: Tue, 5 Dec 2017 14:23:41 +0000 Subject: [PATCH] Removes the maxWidth parameter that caused the docsite to not use the full screen width. --- docs/source/_static/css/custom.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/_static/css/custom.css b/docs/source/_static/css/custom.css index c7f2ab9999..ebf9a0e17d 100644 --- a/docs/source/_static/css/custom.css +++ b/docs/source/_static/css/custom.css @@ -71,7 +71,8 @@ a:visited { } .wy-nav-content { - background-color: #fff max-width: 1000px; + background-color: #fff; + max-width: none; } .wy-nav-side {