diff --git a/packages/block-library/src/image/style.scss b/packages/block-library/src/image/style.scss index 4922b92449f5b..e825f126759dc 100644 --- a/packages/block-library/src/image/style.scss +++ b/packages/block-library/src/image/style.scss @@ -38,6 +38,11 @@ margin-left: 1em; } + // Centered images. + .aligncenter { + margin: 0 auto; + } + // Supply caption styles to images, even if the theme hasn't opted in. // Reason being: the new markup, , are not likely to be styled in the majority of existing themes, // so we supply the styles so as to not appear broken or unstyled in those themes.