Skip to content

Commit dcb6970

Browse files
committed
improved ad display
1 parent a51af2e commit dcb6970

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

_static/custom.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
@media screen and (min-width: 1000px){
3+
iframe{
4+
margin-left: 330px;
5+
}
6+
}

conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,4 +314,5 @@
314314
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
315315
html_theme = 'sphinx_rtd_theme'
316316

317-
317+
def setup(app):
318+
app.add_stylesheet('custom.css')

0 commit comments

Comments
 (0)