fix: adjust figcaption styles to remove unwanted bottom margin
Some checks are pending
/ test (push) Waiting to run

This commit is contained in:
gribse 2025-05-16 18:03:34 +02:00
parent b949e2ae76
commit 23293feea5

View file

@ -153,8 +153,10 @@ figcaption styles
.fancy-figure.caption-effect-slide.caption-position-center figure:not(:hover) figcaption {
top: 100%;
}
figcaption p {
margin: auto; /* override style in theme */
font-size: 1em;
.post-content figure figcaption p,
.post-content .gallery figcaption p,
.post-content .fancy-figure figcaption p {
margin: 0px 0px 0px 0px; /* override style in theme */
font-size: 0.8em;
}