Skip to content

Commit

Permalink
testing larger margins (#20563)
Browse files Browse the repository at this point in the history
  • Loading branch information
draganescu authored Mar 16, 2020
1 parent 3be3032 commit 218e51d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions packages/block-library/src/latest-posts/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
padding: 0;

li {
margin: 0 16px 16px 0;
margin: 0 20px 20px 0;
width: 100%;
}
}

@include break-small {
@for $i from 2 through 6 {
&.columns-#{ $i } li {
width: calc((100% / #{ $i }) - 16px);
width: calc((100% / #{ $i }) - 20px);
}
}
}
Expand Down Expand Up @@ -63,3 +63,7 @@
text-align: center;
}
}

.edit-post-visual-editor .wp-block-latest-posts.is-grid li {
margin-bottom: 20px;
}

0 comments on commit 218e51d

Please sign in to comment.