mirror of
https://github.com/traefik/traefik.git
synced 2026-05-28 04:35:59 -04:00
Increased content width in documentation
This commit is contained in:
parent
2f215ab9a1
commit
9eea5c4152
2 changed files with 5 additions and 0 deletions
4
docs/content/assets/css/content-width.css
Normal file
4
docs/content/assets/css/content-width.css
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
/* Use a wider grid to accommodate table content and code blocks. */
|
||||
.md-grid {
|
||||
max-width: 1650px;
|
||||
}
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue