Skip to content

Commit fb78f3e

Browse files
committed
more width
1 parent c61d420 commit fb78f3e

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

docs/_static/custom.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.bd-content {
2+
flex-grow: 1;
3+
max-width: 100%;
4+
}

docs/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,10 @@
133133
# so a file named "default.css" will overwrite the builtin "default.css".
134134
html_static_path = ["_static"]
135135

136+
html_css_files = [
137+
"custom.css",
138+
]
139+
136140
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
137141
# using the given strftime format.
138142
# html_last_updated_fmt = '%b %d, %Y'

0 commit comments

Comments
 (0)