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 4ac85f078e..9b9a607b64 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 @@ -246,7 +246,8 @@ Inter variable font. Usage: font-weight: 700; letter-spacing: -0.0415625em; line-height: 1.25; - margin: 40px 0 25px; + margin-top: 40px; + margin-bottom: 25px; } .editor-post-title__block .editor-post-title__input, 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 79d922a973..f17d36a977 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 @@ -246,7 +246,8 @@ Inter variable font. Usage: font-weight: 700; letter-spacing: -0.0415625em; line-height: 1.25; - margin: 40px 0 25px; + margin-top: 40px; + margin-bottom: 25px; } .editor-post-title__block .editor-post-title__input,