diff --git a/source/_themes/otc_tcs_sphinx_theme/static/tcs_theme.css b/source/_themes/otc_tcs_sphinx_theme/static/tcs_theme.css index ddde5166..f252efae 100644 --- a/source/_themes/otc_tcs_sphinx_theme/static/tcs_theme.css +++ b/source/_themes/otc_tcs_sphinx_theme/static/tcs_theme.css @@ -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 {