瀏覽代碼

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

Allan Cole 5 年之前
父節點
當前提交
763c6cbd52
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      dyad-2/css/blocks.css

+ 5 - 0
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 {