Skip to content

Commit 045d40e

Browse files
authored
Merge pull request #21116 from timhoffm/gallery-css
2 parents 4da4a25 + 7e0d583 commit 045d40e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/_static/mpl.css

+6
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,12 @@ does not float with it.
207207

208208
}
209209

210+
/* slightly reduce horizontal margin compared to gallery.css to
211+
* get four columns of thumbnails in the pydata-sphinx-theme. */
212+
.sphx-glr-thumbcontainer {
213+
margin: 5px 2px;
214+
}
215+
210216

211217
table.property-table th,
212218
table.property-table td {

0 commit comments

Comments
 (0)