Skip to content

Commit

Permalink
Add more space between the dots spacer and content.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndiego committed Sep 28, 2023
1 parent 2fe6fe8 commit 826917e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<!-- wp:group {"align":"full","layout":{"type":"constrained","wideSize":"1760px"}} -->
<div class="wp-block-group alignfull">
<!-- wp:spacer {"height":"60px","align":"wide","className":"has-dots-background","style":{"spacing":{"margin":{"top":"0","bottom":"var:preset|spacing|50"}}}} -->
<div style="margin-top:0;margin-bottom:var(--wp--preset--spacing--50);height:60px" aria-hidden="true" class="wp-block-spacer alignwide has-dots-background"></div>
<!-- wp:spacer {"height":"60px","align":"wide","className":"has-dots-background","style":{"spacing":{"margin":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|50"}}}} -->
<div style="margin-top:var(--wp--preset--spacing--50);margin-bottom:var(--wp--preset--spacing--50);height:60px" aria-hidden="true" class="wp-block-spacer alignwide has-dots-background"></div>
<!-- /wp:spacer -->
</div>
<!-- /wp:group -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@

<!-- wp:group {"align":"full","layout":{"type":"constrained","wideSize":"1760px"}} -->
<div class="wp-block-group alignfull">
<!-- wp:spacer {"height":"60px","align":"wide","className":"has-dots-background","style":{"spacing":{"margin":{"top":"var:preset|spacing|40","bottom":"var:preset|spacing|40"}}}} -->
<div style="margin-top:var(--wp--preset--spacing--40);;margin-bottom:var(--wp--preset--spacing--40);height:60px" aria-hidden="true" class="wp-block-spacer alignwide has-dots-background"></div>
<!-- wp:spacer {"height":"60px","align":"wide","className":"has-dots-background","style":{"spacing":{"margin":{"top":"var:preset|spacing|80","bottom":"var:preset|spacing|40"}}}} -->
<div style="margin-top:var(--wp--preset--spacing--80);margin-bottom:var(--wp--preset--spacing--40);height:60px" aria-hidden="true" class="wp-block-spacer alignwide has-dots-background"></div>
<!-- /wp:spacer -->
</div>
<!-- /wp:group -->
Expand Down

0 comments on commit 826917e

Please sign in to comment.