From b4b3477f3f692e61dbc10a51f252568d3d554070 Mon Sep 17 00:00:00 2001 From: Kjell Reigstad Date: Mon, 12 Oct 2020 12:16:32 -0400 Subject: [PATCH] Update large text block pattern to use a wide-width header --- inc/block-patterns.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/block-patterns.php b/inc/block-patterns.php index a6afb0157..93e538aed 100644 --- a/inc/block-patterns.php +++ b/inc/block-patterns.php @@ -33,7 +33,7 @@ 'title' => esc_html__( 'Large Text', 'twentytwentyone' ), 'categories' => array( 'twentytwentyone' ), 'viewportWidth' => 1440, - 'content' => '

' . esc_html__( 'A new portfolio default theme for WordPress', 'twentytwentyone' ) . '

', + 'content' => '

' . esc_html__( 'A new portfolio default theme for WordPress', 'twentytwentyone' ) . '

', ) );