diff --git a/src/wp-content/themes/twentynineteen/style.css b/src/wp-content/themes/twentynineteen/style.css
index 9d68322d74..cf8a5418b8 100644
--- a/src/wp-content/themes/twentynineteen/style.css
+++ b/src/wp-content/themes/twentynineteen/style.css
@@ -6615,3 +6615,8 @@ svg {
 .gallery-item > div > a:focus {
   box-shadow: 0 0 0 2px #0073aa;
 }
+
+.editor-styles-wrapper .wp-block[data-align="center"]{
+  margin-left: 0 !important;
+  text-align: center;
+}
\ No newline at end of file
