Sets max width of content container to 1100 pixels and adjusts a few other settins to fit in the new arrangement. (#1046)

Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
This commit is contained in:
Kevin Putnam
2020-02-26 14:07:47 -08:00
committed by GitHub
parent c44548a55a
commit 76e377278f
@@ -2,9 +2,12 @@
/* make the page width fill the window */
.wy-nav-content {
max-width: none;
max-width: 1100px;
background: linear-gradient(white 58px, #f2f4f5 58px 100%);
padding-top: 10px;
padding-right: 20px;
padding-left: 20px;
padding-bottom: 20px;
}
.wy-nav-content-wrap .wy-nav-content {
@@ -493,6 +496,7 @@ div.linenodiv:before { /*add extra new line to make sure code and line numbers a
.column.featurecard {
background: #CCE9F5;
width: 300px;
}
.column.verticalcard {