style: force wp-caption centering for the moment

This commit is contained in:
Kazhnuz 2018-12-06 19:49:38 +01:00
parent 9ee04f810b
commit 5b0b1d1e1d
1 changed files with 2 additions and 4 deletions

View File

@ -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;
}
}