We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c61d420 commit fb78f3eCopy full SHA for fb78f3e
2 files changed
docs/_static/custom.css
@@ -0,0 +1,4 @@
1
+.bd-content {
2
+ flex-grow: 1;
3
+ max-width: 100%;
4
+}
docs/conf.py
@@ -133,6 +133,10 @@
133
# so a file named "default.css" will overwrite the builtin "default.css".
134
html_static_path = ["_static"]
135
136
+html_css_files = [
137
+ "custom.css",
138
+]
139
+
140
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
141
# using the given strftime format.
142
# html_last_updated_fmt = '%b %d, %Y'
0 commit comments