diff -r be944660c56a -r 3d72ae0968f4 wp/wp-admin/css/site-health.css --- a/wp/wp-admin/css/site-health.css Wed Sep 21 18:19:35 2022 +0200 +++ b/wp/wp-admin/css/site-health.css Tue Sep 27 16:37:53 2022 +0200 @@ -149,8 +149,8 @@ width: 0; height: 0; border-style: solid; - border-width: 0 10px 5px 10px; - border-color: transparent transparent #ffffff transparent; + border-width: 0 10px 5px; + border-color: transparent transparent #ffffff; right: 20px; top: 5px; } @@ -249,12 +249,12 @@ 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 @@ .site-status-all-clear .dashicons { font-size: 150px; - height: 130px; + height: 150px; + margin-bottom: 2rem; width: 150px; }