Skip to content

Commit

Permalink
Move margins to style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
kjellr committed May 22, 2019
1 parent 7a38608 commit 1c996c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/block-library/src/latest-posts/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,3 @@
.wp-block-latest-posts li a > div {
display: inline;
}

.wp-block-latest-posts__post-excerpt {
margin-top: $grid-size;
margin-bottom: $grid-size-large;
}
5 changes: 5 additions & 0 deletions packages/block-library/src/latest-posts/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,8 @@
color: $dark-gray-300;
font-size: $default-font-size;
}

.wp-block-latest-posts__post-excerpt {
margin-top: $grid-size;
margin-bottom: $grid-size-large;
}

0 comments on commit 1c996c7

Please sign in to comment.