Skip to content

Commit 36ec74b

Browse files
authored
Fix paragraph margins (#72)
1 parent a98d01d commit 36ec74b

File tree

1 file changed

+9
-0
lines changed
  • docs/source/themes/sphinx_neo4j/static/css

1 file changed

+9
-0
lines changed

docs/source/themes/sphinx_neo4j/static/css/neo4j.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,15 @@ body.sphinx .doc ul li{
207207
margin-bottom: 0.5rem;
208208
}
209209

210+
/* paragraphs */
211+
.doc p {
212+
margin-bottom: 1.5rem;
213+
}
214+
215+
.doc ul li p {
216+
margin-bottom: 0rem;
217+
}
218+
210219
/* functions */
211220

212221
body.sphinx .doc dl.py.function {

0 commit comments

Comments
 (0)