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 fd8868212b324..8a5f813502b72 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 @@ -1065,6 +1065,10 @@ hr.wp-block-separator.is-style-dots::before { margin-top: 15px; } +.wp-block-latest-posts__post-full-content > p:first-child { + margin-top: 1em; +} + /* Block: Shortcode -------------------------- */ .editor-styles-wrapper .wp-block-shortcode textarea { 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 19a11cf3f0ee6..7f18f4772441e 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 @@ -1069,6 +1069,10 @@ hr.wp-block-separator.is-style-dots::before { margin-top: 15px; } +.wp-block-latest-posts__post-full-content > p:first-child { + margin-top: 1em; +} + /* Block: Shortcode -------------------------- */ .editor-styles-wrapper .wp-block-shortcode textarea { diff --git a/src/wp-content/themes/twentytwenty/style-rtl.css b/src/wp-content/themes/twentytwenty/style-rtl.css index 6225738578934..6806c9104b068 100644 --- a/src/wp-content/themes/twentytwenty/style-rtl.css +++ b/src/wp-content/themes/twentytwenty/style-rtl.css @@ -3525,6 +3525,10 @@ figure.wp-block-table.is-style-stripes { margin-top: 0; } +.wp-block-latest-posts__post-full-content > p:first-child { + margin-top: 1em; +} + /* Block: Post Template ---------------- */ .wp-block-post-template, diff --git a/src/wp-content/themes/twentytwenty/style.css b/src/wp-content/themes/twentytwenty/style.css index 9a6da4ea71eda..08843cefe43a4 100644 --- a/src/wp-content/themes/twentytwenty/style.css +++ b/src/wp-content/themes/twentytwenty/style.css @@ -3549,6 +3549,10 @@ figure.wp-block-table.is-style-stripes { margin-top: 0; } +.wp-block-latest-posts__post-full-content > p:first-child { + margin-top: 1em; +} + /* Block: Post Template ---------------- */ .wp-block-post-template,