Make WordPress Core


Ignore:
Timestamp:
10/18/2022 12:35:54 AM (3 years ago)
Author:
desrosj
Message:

Twenty Twenty-Three: Sync the latest fixes for RC2.

For a full list of changes included, see the twentytwentythree repository on GitHub: https://github.com/WordPress/twentytwentythree/compare/4ea5d832ec9b684dcbf9ac5e67ff4e9ee5ae1e16...0f273d787481b391d428de671659533642b3aa3c.

Props mikachan, beafialho, kafleg, richtabor, poena, annezazu.
Fixes #56383.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentythree/templates/page.html

    r54372 r54629  
    11<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
    22
    3 <!-- wp:group {"tagName":"main"} -->
    4 <main class="wp-block-group">
     3<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"var:preset|spacing|50"}}}} -->
     4<main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--50)">
    55    <!-- wp:group {"layout":{"type":"constrained"}} -->
    66    <div class="wp-block-group">
    7         <!-- wp:post-featured-image {"overlayColor":"contrast","dimRatio":50,"align":"wide"} /-->
    8         <!-- wp:post-title {"level":1,"align":"wide","style":{"spacing":{"margin":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70"}}}} /-->
     7        <!-- wp:post-featured-image {"overlayColor":"contrast","dimRatio":50,"align":"wide","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|50","top":"calc(-1 * var(--wp--preset--spacing--50))"}}}} /-->
     8        <!-- wp:post-title {"level":1,"style":{"spacing":{"margin":{"bottom":"var:preset|spacing|40"}}}} /-->
    99    </div>
    1010    <!-- /wp:group -->
Note: See TracChangeset for help on using the changeset viewer.