From fe3ffc315ed3294cc8fa93b7ac3b2430aa69f611 Mon Sep 17 00:00:00 2001 From: Kelly Dwan Date: Mon, 17 Jun 2024 19:01:01 -0400 Subject: [PATCH] Rosetta styles: Shrink CTA heading to 70px See https://github.com/WordPress/wporg-main-2022/issues/432 --- .../wp-content/themes/wporg-parent-2021/inc/rosetta-styles.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/wp-content/themes/wporg-parent-2021/inc/rosetta-styles.php b/source/wp-content/themes/wporg-parent-2021/inc/rosetta-styles.php index 737bb069..2e659be5 100644 --- a/source/wp-content/themes/wporg-parent-2021/inc/rosetta-styles.php +++ b/source/wp-content/themes/wporg-parent-2021/inc/rosetta-styles.php @@ -81,7 +81,7 @@ function get_locale_customizations( $locale ) { 'fontSizes' => [ [ 'slug' => 'heading-cta', - 'size' => '96px', + 'size' => '70px', ], [ 'slug' => 'heading-1',