Increased content width in documentation

This commit is contained in:
Tobias Genannt 2026-02-12 14:50:04 +01:00 committed by GitHub
parent 2f215ab9a1
commit 9eea5c4152
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1,4 @@
/* Use a wider grid to accommodate table content and code blocks. */
.md-grid {
max-width: 1650px;
}

View file

@ -39,6 +39,7 @@ extra_javascript:
extra_css:
- assets/css/menu-icons.css
- assets/css/code-copy.css
- assets/css/content-width.css
plugins:
- search