From e0fda5d69151c40f8a6e4de0ccd64cacb5a16f03 Mon Sep 17 00:00:00 2001 From: Nate Weller Date: Sat, 14 Dec 2024 21:37:40 -0700 Subject: [PATCH] Apply max width to hero content --- .../protect/src/js/routes/scan/scan-admin-section-hero.tsx | 2 +- .../protect/src/js/routes/scan/scanning-admin-section-hero.tsx | 2 +- projects/plugins/protect/src/js/routes/scan/styles.module.scss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/plugins/protect/src/js/routes/scan/scan-admin-section-hero.tsx b/projects/plugins/protect/src/js/routes/scan/scan-admin-section-hero.tsx index f7ea5aa7305d0..20e759ba76a2f 100644 --- a/projects/plugins/protect/src/js/routes/scan/scan-admin-section-hero.tsx +++ b/projects/plugins/protect/src/js/routes/scan/scan-admin-section-hero.tsx @@ -106,7 +106,7 @@ const ScanAdminSectionHero: React.FC = () => { return ( - + { lastCheckedLocalTimestamp ? sprintf( diff --git a/projects/plugins/protect/src/js/routes/scan/scanning-admin-section-hero.tsx b/projects/plugins/protect/src/js/routes/scan/scanning-admin-section-hero.tsx index ac9e0137cd170..6ce672bde6dde 100644 --- a/projects/plugins/protect/src/js/routes/scan/scanning-admin-section-hero.tsx +++ b/projects/plugins/protect/src/js/routes/scan/scanning-admin-section-hero.tsx @@ -19,7 +19,7 @@ const ScanningAdminSectionHero: React.FC = () => { return ( - + { __( 'Your results will be ready soon', 'jetpack-protect' ) } diff --git a/projects/plugins/protect/src/js/routes/scan/styles.module.scss b/projects/plugins/protect/src/js/routes/scan/styles.module.scss index c9d20d8928acd..cd0e4f9b03e66 100644 --- a/projects/plugins/protect/src/js/routes/scan/styles.module.scss +++ b/projects/plugins/protect/src/js/routes/scan/styles.module.scss @@ -1,4 +1,4 @@ -.scanning-main { +.hero-main { max-width: 512px; }