diff --git a/wp-content/themes/twentytwentythree/patterns/call-to-action.php b/wp-content/themes/twentytwentythree/patterns/call-to-action.php index 642aa50953..119677d8e2 100644 --- a/wp-content/themes/twentytwentythree/patterns/call-to-action.php +++ b/wp-content/themes/twentytwentythree/patterns/call-to-action.php @@ -32,8 +32,8 @@
- -
+ +
diff --git a/wp-content/themes/twentytwentythree/theme.json b/wp-content/themes/twentytwentythree/theme.json index ba78a4a50f..b0f99bc868 100644 --- a/wp-content/themes/twentytwentythree/theme.json +++ b/wp-content/themes/twentytwentythree/theme.json @@ -587,6 +587,9 @@ "fontWeight": "normal", "lineHeight": "1.4" } + }, + "core/separator": { + "css": " &:not(.is-style-wide):not(.is-style-dots):not(.alignwide):not(.alignfull){width: 100px}" } }, "color": { diff --git a/wp-includes/version.php b/wp-includes/version.php index 7fe59dfe94..1135cbf5fe 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-beta3-56172'; +$wp_version = '6.3-beta3-56173'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.