Skip to content

Commit

Permalink
Merge pull request #2378 from siliconcompiler/docs-width
Browse files Browse the repository at this point in the history
allow docs width to grow on large monitors
  • Loading branch information
gadfort committed Apr 30, 2024
2 parents c075ce9 + 9a37092 commit ec11a5f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/_static/css/custom.css
Expand Up @@ -12,6 +12,17 @@ code.literal {
white-space: inherit;
}

/* https://pydata-sphinx-theme.readthedocs.io/en/stable/user_guide/layout.html#horizontal-spacing */
.bd-main .bd-content .bd-article-container {
max-width: 100%; /* default is 60em */
}
.bd-page-width {
max-width: 120rem; /* default is 88rem */
}
.bd-sidebar-primary {
max-width: 22rem; /* 88 - 60 */
}

/* font of main toctree on left */
.toctree-l1 {
font-size: 15px;
Expand Down

0 comments on commit ec11a5f

Please sign in to comment.