mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-11-17 13:25:57 -06:00
Fix caption alignment in figures
This commit is contained in:
parent
8ada21c609
commit
c337596635
@ -32,7 +32,6 @@
|
||||
|
||||
.post-media {
|
||||
margin-top: 15px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.post-description {
|
||||
@ -175,6 +174,7 @@ figure.border img, figure.border video {
|
||||
|
||||
figure {
|
||||
margin: auto;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
figcaption {
|
||||
|
Loading…
Reference in New Issue
Block a user