Skip to content

Commit

Permalink
Browse page: Update spacing of elements, add footer content
Browse files Browse the repository at this point in the history
  • Loading branch information
ryelle committed Sep 25, 2023
1 parent 655aab1 commit 0cb9719
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,7 @@
<!-- wp:spacer {"height":"60px","className":"has-dots-background"} -->
<div style="height:60px" aria-hidden="true" class="wp-block-spacer has-dots-background"></div>
<!-- /wp:spacer -->
</div>
<!-- /wp:group -->

<!-- wp:group {"style":{"spacing":{"margin":{"top":"var:preset|spacing|50"}}},"layout":{"type":"default"}} -->
<div class="wp-block-group" style="margin-top:var(--wp--preset--spacing--50)">
<!-- wp:heading {"level":2,"style":{"typography":{"fontStyle":"normal","fontWeight":"400"}},"fontSize":"normal","fontFamily":"inter"} -->
<h2 class="wp-block-heading has-inter-font-family has-normal-font-size" style="font-style:normal;font-weight:400"><?php _e( 'Wonderful WordPress websites by tag', 'wporg' ); ?></h2>
<!-- /wp:heading -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,14 @@
</main>
<!-- /wp:group -->

<!-- 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 -->
</div>
<!-- /wp:group -->

<!-- wp:pattern {"slug":"wporg-showcase-2022/footer"} /-->

<!-- wp:wporg/global-footer {"backgroundColor":"charcoal-1"} /-->

0 comments on commit 0cb9719

Please sign in to comment.