Reduce top margin for home image captions

This commit is contained in:
Paul Nicoué 2025-06-06 16:53:35 +02:00
parent 1fef84cb02
commit 7b9506ac3c

View file

@ -53,7 +53,7 @@
.home__image-caption { .home__image-caption {
display: table-caption; display: table-caption;
caption-side: bottom; caption-side: bottom;
margin: 0.5rem 0 0; margin: 0.25rem 0 0;
} }
} }
} }