From 763c6cbd52b2c4be07f0418d5977e65f912c8ecd Mon Sep 17 00:00:00 2001 From: Allan Cole Date: Mon, 18 May 2020 15:08:04 -0400 Subject: [PATCH] Dyad 2: Make resized images centered to match editor defaults. --- dyad-2/css/blocks.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dyad-2/css/blocks.css b/dyad-2/css/blocks.css index be479564c..80d2a51f1 100644 --- a/dyad-2/css/blocks.css +++ b/dyad-2/css/blocks.css @@ -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 {