Skip to content

Commit

Permalink
main-body: wrap in group for content width #35
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Feb 8, 2022
1 parent aa83266 commit 4ba054d
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions parts/main-body.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<!-- wp:post-featured-image /-->
<!-- wp:group {"layout":{"inherit":true}} -->
<div class="wp-block-group"><!-- wp:post-featured-image /-->

<!-- wp:post-content /-->
<!-- wp:post-content /-->

<!-- wp:spacer {"height":50} -->
<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->
<!-- wp:spacer {"height":"50px"} -->
<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer --></div>
<!-- /wp:group -->

0 comments on commit 4ba054d

Please sign in to comment.