diff --git a/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css b/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
index d31394f2dd..3add8280c4 100644
--- a/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
+++ b/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
@@ -458,6 +458,11 @@ Inter variable font. Usage:
 	padding-right: 0;
 }
 
+.editor-styles-wrapper .wp-block-latest-posts__list.wp-block-latest-posts {
+	margin-left: auto;
+	margin-right: auto;
+}
+
 .editor-styles-wrapper ul.wp-block-categories__list ul {
 	margin: 0;
 }
diff --git a/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css b/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
index 08fee73794..d5826f72b3 100644
--- a/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
+++ b/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
@@ -461,7 +461,10 @@ Inter variable font. Usage:
 	margin: 40px 0;
 	padding-left: 0;
 }
-
+.editor-styles-wrapper .wp-block-latest-posts__list.wp-block-latest-posts {
+	margin-left: auto;
+	margin-right: auto;
+}
 .editor-styles-wrapper ul.wp-block-categories__list ul {
 	margin: 0;
 }
@@ -980,7 +983,6 @@ hr.wp-block-separator.is-style-dots::before {
 
 .editor-styles-wrapper .wp-block-latest-comments {
 	font-family: inherit;
-	margin-left: 0;
 }
 
 .editor-styles-wrapper .wp-block-latest-comments li.wp-block-latest-comments__comment {
diff --git a/src/wp-content/themes/twentytwenty/style-rtl.css b/src/wp-content/themes/twentytwenty/style-rtl.css
index e9200c45fe..e15fac4899 100644
--- a/src/wp-content/themes/twentytwenty/style-rtl.css
+++ b/src/wp-content/themes/twentytwenty/style-rtl.css
@@ -2541,7 +2541,10 @@ h2.entry-title {
 .post-meta svg * {
 	fill: currentColor;
 }
-
+ol.wp-block-latest-comments{
+	margin-left: auto;
+	margin-right: auto;
+}
 
 /* Featured Media ---------------------------- */
 
diff --git a/src/wp-content/themes/twentytwenty/style.css b/src/wp-content/themes/twentytwenty/style.css
index bd85ce4afe..e7c788c317 100644
--- a/src/wp-content/themes/twentytwenty/style.css
+++ b/src/wp-content/themes/twentytwenty/style.css
@@ -2390,7 +2390,6 @@ body:not(.singular) main > article:first-of-type {
 	padding: 4rem 0 0;
 }
 
-
 /* Search Results ---------------------------- */
 
 .no-search-results-form {
@@ -2558,6 +2557,11 @@ h2.entry-title {
 	fill: currentColor;
 }
 
+ol.wp-block-latest-comments{
+	margin-left: auto;
+	margin-right: auto;
+}
+
 
 /* Featured Media ---------------------------- */
 
