diff --git a/docs/_static/css/custom.css b/docs/_static/css/custom.css index a3912f1e..673008a0 100644 --- a/docs/_static/css/custom.css +++ b/docs/_static/css/custom.css @@ -1,3 +1,13 @@ pre { - white-space: break-spaces; -} \ No newline at end of file + white-space: break-spaces; +} + +@media (min-width: 1200px) { + .container, + .container-lg, + .container-md, + .container-sm, + .container-xl { + max-width: 2560px !important; + } +}