Skip to content

Commit

Permalink
Independent Publisher 2: Fix margin top-bottom on frontend (#8607)
Browse files Browse the repository at this point in the history
* Fix margin issue

* Fix theme checklist

* Revert "Fix theme checklist"

This reverts commit edb8ca6.
  • Loading branch information
cbravobernal authored Jan 23, 2025
1 parent 636f48f commit 412e716
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions independent-publisher-2/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
* 16.2 - >= 783px
* 16.3 - >= 992px
* 16.4 - >= 1330px
* 17.0 - Block editor
*/

/*--------------------------------------------------------------
Expand Down Expand Up @@ -3346,3 +3347,10 @@ time.published + .updated {
max-width: 1380px;
}
}

/*--------------------------------------------------------------
17.0 - Block editor
--------------------------------------------------------------*/
.wp-block-image {
margin: 0 0 1em;
}

0 comments on commit 412e716

Please sign in to comment.