Skip to content

Commit 9e8b6e9

Browse files
committed
adjusts jupyter_container margin as a better fix
1 parent 44b84a6 commit 9e8b6e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jupyter_sphinx/css/jupyter-sphinx.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,6 @@ div.jupyter_container + div.jupyter_container {
109109
}
110110

111111
/* Fix for sphinx_rtd_theme spacing after jupyter_container #91 */
112-
.rst-content .jupyter_container + p {
113-
margin-top: 24px;
112+
.rst-content .jupyter_container {
113+
margin: 0 0 24px 0;
114114
}

0 commit comments

Comments
 (0)