Skip to content

Commit

Permalink
Fix spacing on link page patterns.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgardner committed Jul 27, 2022
1 parent db7722b commit 75d653b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions patterns/page-link-main-background.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

?>
<!-- wp:group {"align":"full","style":{"elements":{"link":{"color":{"text":"var:preset|color|background"}}},"spacing":{"margin":{"top":"0px"}}},"backgroundColor":"foreground","textColor":"background","className":"is-style-full-height","layout":{"inherit":true}} -->
<div class="wp-block-group alignfull is-style-full-height has-background-color has-foreground-background-color has-text-color has-background has-link-color" style="margin-top:0px">
<!-- wp:spacer {"height":100} -->
<div class="wp-block-group alignfull is-style-full-height has-background-color has-foreground-background-color has-text-color has-background has-link-color" style="margin-top:0px"><!-- wp:group -->
<div class="wp-block-group"><!-- wp:spacer -->
<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->
<!-- wp:image {"align":"center","id":3489,"width":120,"height":120,"sizeSlug":"full","linkDestination":"none","className":"is-style-rounded"} -->
Expand Down Expand Up @@ -59,6 +59,6 @@
<!-- wp:spacer -->
<div style="height:100px" aria-hidden="true" class="wp-block-spacer">
</div>
<!-- /wp:spacer -->
</div>
<!-- /wp:spacer --></div>
<!-- /wp:group --></div>
<!-- /wp:group -->
8 changes: 4 additions & 4 deletions patterns/page-link.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

?>
<!-- wp:group {"align":"full","style":{"spacing":{"margin":{"top":"0px"}}},"className":"is-style-full-height","layout":{"inherit":true}} -->
<div class="wp-block-group alignfull is-style-full-height" style="margin-top:0px">
<!-- wp:spacer -->
<div class="wp-block-group alignfull is-style-full-height" style="margin-top:0px"><!-- wp:group -->
<div class="wp-block-group"><!-- wp:spacer -->
<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->
<!-- wp:image {"align":"center","id":3489,"width":120,"height":120,"sizeSlug":"full","linkDestination":"none","className":"is-style-rounded"} -->
Expand Down Expand Up @@ -59,6 +59,6 @@
<!-- /wp:paragraph -->
<!-- wp:spacer -->
<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->
</div>
<!-- /wp:spacer --></div>
<!-- /wp:group --></div>
<!-- /wp:group -->

0 comments on commit 75d653b

Please sign in to comment.