Skip to content

Commit

Permalink
fix: make sure the cover block gradient fills the available space (#915)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurelfulford authored May 11, 2020
1 parent e7db1d1 commit cc29430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newspack-theme/sass/blocks/_blocks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
.wp-block-group {
&.alignfull,
&.alignwide {
> *:not( .alignfull ):not( .alignwide ) {
> div > *:not( .alignfull ):not( .alignwide ) {
margin-left: auto;
margin-right: auto;
max-width: 1200px;
Expand Down

0 comments on commit cc29430

Please sign in to comment.