Skip to content

Commit 4702e40

Browse files
authored
[INFRA] Use full page width (bids-standard#2216)
1 parent bfba949 commit 4702e40

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ extra_javascript:
107107
- js/jquery-3.6.0.min.js
108108
extra_css:
109109
- css/tsv.css
110+
- css/dynamic-width.css
110111
markdown_extensions:
111112
- toc:
112113
anchorlink: true

src/css/dynamic-width.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.md-main__inner.md-grid {
2+
max-width: fit-content;
3+
}

0 commit comments

Comments
 (0)