We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a51af2e commit dcb6970Copy full SHA for dcb6970
_static/custom.css
@@ -0,0 +1,6 @@
1
+
2
+@media screen and (min-width: 1000px){
3
+ iframe{
4
+ margin-left: 330px;
5
+ }
6
+}
conf.py
@@ -314,4 +314,5 @@
314
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
315
html_theme = 'sphinx_rtd_theme'
316
317
-
+def setup(app):
318
+ app.add_stylesheet('custom.css')
0 commit comments