Skip to content

Commit

Permalink
Templates: Update alignment of topic landing page content
Browse files Browse the repository at this point in the history
This fixes the negative margin caused by nesting alignfull items.
  • Loading branch information
ryelle committed Jun 10, 2024
1 parent a1fa026 commit c46630a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
</div>
<!-- /wp:columns -->

<!-- wp:group {"tagName":"article","align":"full","layout":{"inherit":true}} -->
<article class="wp-block-group alignfull">
<!-- wp:post-content {"layout":{"inherit":true},"align":"full","style":{"spacing":{"blockGap":"0px"}}} /-->
<!-- wp:group {"tagName":"article","align":"wide","layout":{"type":"default"}} -->
<article class="wp-block-group alignwide">
<!-- wp:post-content {"style":{"spacing":{"blockGap":"0px"}},"layout":{"type":"constrained"}} /-->
</article>
<!-- /wp:group -->

Expand Down

0 comments on commit c46630a

Please sign in to comment.