style: force wp-caption centering for the moment
This commit is contained in:
parent
9ee04f810b
commit
5b0b1d1e1d
1 changed files with 2 additions and 4 deletions
|
@ -183,6 +183,8 @@
|
|||
}
|
||||
|
||||
.wp-caption {
|
||||
margin: auto;
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
|
@ -192,8 +194,4 @@
|
|||
font-size: 0.9em;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
&.aligncenter {
|
||||
margin: auto;
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue