diff --git a/src/wp-admin/css/site-health.css b/src/wp-admin/css/site-health.css index 60f07f2d0d..ed539d33ae 100644 --- a/src/wp-admin/css/site-health.css +++ b/src/wp-admin/css/site-health.css @@ -249,12 +249,12 @@ are styled in the Privacy section of edit.css */ text-align: center; height: 100%; width: 100%; - margin-top: 0; + margin: 0 0 3rem; } @media all and (min-width: 784px) { .site-status-all-clear { - margin: 5rem 0; + margin: 2rem 0 5rem; } } @@ -264,7 +264,8 @@ are styled in the Privacy section of edit.css */ .site-status-all-clear .dashicons { font-size: 150px; - height: 130px; + height: 150px; + margin-bottom: 2rem; width: 150px; } diff --git a/src/wp-admin/site-health.php b/src/wp-admin/site-health.php index 9facc1f936..c31e4018eb 100644 --- a/src/wp-admin/site-health.php +++ b/src/wp-admin/site-health.php @@ -200,7 +200,7 @@ if ( isset( $_GET['tab'] ) && ! empty( $_GET['tab'] ) ) {