Skip to content

Commit

Permalink
DOCS: Increase content width (#10995)
Browse files Browse the repository at this point in the history
* fixes

* fix
  • Loading branch information
ntyukaev committed Mar 17, 2022
1 parent baf4b23 commit cdb9bec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/_static/css/custom.css
Expand Up @@ -77,3 +77,9 @@ div.highlight {
width:100%;
color: #fff;
}

@media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
max-width: 1800px;
}
}

0 comments on commit cdb9bec

Please sign in to comment.