fix image caption spacing when links

This commit is contained in:
Ben Charlton 2024-07-06 23:00:49 +01:00
parent 6d3775a3ff
commit f59e21cbfb

View file

@ -344,10 +344,13 @@ figure {
figure > img {
margin: 0 auto;
}
figure > a > img {
margin: 0 auto;
}
figcaption {
text-align: center;
font-size: 80%;
}
.tagline {