diff --git a/packages/block-library/src/latest-posts/style.scss b/packages/block-library/src/latest-posts/style.scss index cb5fc32c270666..c16e80c221ef49 100644 --- a/packages/block-library/src/latest-posts/style.scss +++ b/packages/block-library/src/latest-posts/style.scss @@ -20,7 +20,7 @@ padding: 0; li { - margin: 0 16px 16px 0; + margin: 0 20px 20px 0; width: 100%; } } @@ -28,7 +28,7 @@ @include break-small { @for $i from 2 through 6 { &.columns-#{ $i } li { - width: calc((100% / #{ $i }) - 16px); + width: calc((100% / #{ $i }) - 20px); } } } @@ -63,3 +63,7 @@ text-align: center; } } + +.edit-post-visual-editor .wp-block-latest-posts.is-grid li { + margin-bottom: 20px; +}