Dyad 2: Make resized images centered to match editor defaults.
This commit is contained in:
parent
1b80e3c0f3
commit
763c6cbd52
1 changed files with 5 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue