We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4c9849 commit 3e2009bCopy full SHA for 3e2009b
docs/_static/custom.css
@@ -0,0 +1,4 @@
1
+img {
2
+ width: 90%;
3
+ height: auto;
4
+}
docs/conf.py
@@ -189,6 +189,9 @@
189
# so a file named "default.css" will overwrite the builtin "default.css".
190
html_static_path = ["_static"]
191
192
+# Custom CSS
193
+html_css_files = ['custom.css']
194
+
195
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
196
# using the given strftime format.
197
# html_last_updated_fmt = '%b %d, %Y'
0 commit comments