fix: adjust figcaption styles to remove unwanted bottom margin
Some checks are pending
/ test (push) Waiting to run
Some checks are pending
/ test (push) Waiting to run
This commit is contained in:
parent
b949e2ae76
commit
23293feea5
1 changed files with 5 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue