diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 329510a5e..4af009da1 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -1,5 +1,4 @@ /* - Time-stamp: Extra CSS configuration of the ULHPC Technical Documentation website */ @@ -9,3 +8,19 @@ .md-typeset ul li li li{ list-style: square; } + +/* Control the width of the text area */ +@media only screen and (min-width: 76.25em) { + .md-main__inner { + max-width: 24in; /* Use `none` for full width */ + } + .md-sidebar--primary { + left: 0; + } + .md-sidebar--secondary { + right: 0; + margin-left: 0; + -webkit-transform: none; + transform: none; + } +}