Fix caption alignment in figures

This commit is contained in:
BBaoVanC 2021-11-06 21:55:23 -05:00
parent 8ada21c609
commit c337596635
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,6 @@
.post-media { .post-media {
margin-top: 15px; margin-top: 15px;
display: inline-block;
} }
.post-description { .post-description {
@ -175,6 +174,7 @@ figure.border img, figure.border video {
figure { figure {
margin: auto; margin: auto;
display: inline-block;
} }
figcaption { figcaption {