Dyad 2: Make resized images centered to match editor defaults.

This commit is contained in:
Allan Cole 2020-05-18 15:08:04 -04:00
parent 1b80e3c0f3
commit 763c6cbd52

View file

@ -117,6 +117,11 @@ p.has-drop-cap:not(:focus)::first-letter {
max-width: 1000%;
}
.wp-block-image.is-resized {
margin-left: auto;
margin-right: auto;
}
/* Gallery */
.wp-block-gallery {