Skip to content

Commit eb56786

Browse files
committed
Reduce margin below subsection
1 parent 714b2b0 commit eb56786

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/_static/custom.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,14 @@ div.section {
106106
margin-bottom: 5rem;
107107
}
108108

109+
div.section div.section {
110+
margin-bottom: 5rem;
111+
}
112+
113+
div.section div.section div.section {
114+
margin-bottom: 2rem;
115+
}
116+
109117
/* admonitions */
110118
.admonition {
111119
border-radius: 0;

0 commit comments

Comments
 (0)