Skip to content

Commit

Permalink
Pages: Left-align the default-width content on the page
Browse files Browse the repository at this point in the history
Fixes #134
  • Loading branch information
ryelle committed Jun 18, 2024
1 parent beb1799 commit b450b5f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
*/

?>
<!-- wp:group -->
<div class="wp-block-group">
<!-- wp:group {"align":"wide","layout":{"type":"constrained","justifyContent":"left"}} -->
<div class="wp-block-group alignwide">
<!-- wp:heading {"level":1,"style":{"spacing":{"margin":{"bottom":"var:preset|spacing|30"}}}} -->
<h1 class="wp-block-heading" style="margin-bottom:var(--wp--preset--spacing--30)"><?php esc_html_e( 'Commercially supported GPL themes', 'wporg-themes' ); ?></h1>
<!-- /wp:heading -->
Expand Down Expand Up @@ -69,8 +69,8 @@
</div>
<!-- /wp:query -->

<!-- wp:group {"style":{"spacing":{"margin":{"top":"var:preset|spacing|50"}}},"layout":{"type":"default"}} -->
<div id="theme-requirements" class="wp-block-group" style="margin-top:var(--wp--preset--spacing--50);">
<!-- wp:group {"style":{"spacing":{"margin":{"top":"var:preset|spacing|50"}}},"align":"wide","layout":{"type":"constrained","justifyContent":"left"}} -->
<div id="theme-requirements" class="wp-block-group alignwide" style="margin-top:var(--wp--preset--spacing--50);">
<!-- wp:paragraph -->
<p><?php esc_html_e( 'If you would like to be included in this list please send your info to themes at wordpress dot org. To be included, you should:', 'wporg-themes' ); ?></p>
<!-- /wp:paragraph -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
*/

?>
<!-- wp:group -->
<div class="wp-block-group">
<!-- wp:group {"align":"wide","layout":{"type":"constrained","justifyContent":"left"}} -->
<div class="wp-block-group alignwide">
<!-- wp:heading {"level":1,"style":{"spacing":{"margin":{"bottom":"var:preset|spacing|30"}}}} -->
<h1 class="wp-block-heading" style="margin-bottom:var(--wp--preset--spacing--30)"><?php esc_html_e( 'Getting started', 'wporg-themes' ); ?></h1>
<!-- /wp:heading -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
*/

?>
<!-- wp:group -->
<div class="wp-block-group">
<!-- wp:group {"align":"wide","layout":{"type":"constrained","justifyContent":"left"}} -->
<div class="wp-block-group alignwide">
<!-- wp:heading {"level":1,"style":{"spacing":{"margin":{"bottom":"var:preset|spacing|30"}}}} -->
<h1 class="wp-block-heading" style="margin-bottom:var(--wp--preset--spacing--30)"><?php esc_html_e( 'Submit your theme or theme update to the directory', 'wporg-themes' ); ?></h1>
<!-- /wp:heading -->
Expand Down

0 comments on commit b450b5f

Please sign in to comment.