mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-12-22 12:13:19 -06:00
Fix caption alignment in figures
This commit is contained in:
parent
8ada21c609
commit
c337596635
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user