We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1befa8 commit 3381187Copy full SHA for 3381187
src/pydata_sphinx_theme/assets/styles/content/_api.scss
@@ -118,6 +118,9 @@ span.highlighted {
118
// the API selector
119
// from https://github.com/pradyunsg/furo/blob/main/src/furo/assets/styles/content/_api.sass#L6)
120
dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) {
121
+ //increase margin bottom after the dl elements
122
+ margin-bottom: 3rem;
123
+
124
dd {
125
margin-left: 2rem;
126
0 commit comments