diff --git a/src/wp-admin/css/site-health.css b/src/wp-admin/css/site-health.css
index ed539d33ae..4c953c1bfb 100644
|
a
|
b
|
are styled in the Privacy section of edit.css */ |
| 11 | 11 | font-weight: 400; |
| 12 | 12 | } |
| 13 | 13 | |
| 14 | | .health-check-widget-title-section { |
| 15 | | text-align: center; |
| 16 | | } |
| 17 | | |
| 18 | 14 | .site-health-progress-wrapper { |
| 19 | 15 | margin-bottom: 1rem; |
| 20 | 16 | } |
| … |
… |
are styled in the Privacy section of edit.css */ |
| 318 | 314 | margin-left: 0; |
| 319 | 315 | } |
| 320 | 316 | |
| | 317 | .health-check-widget-title-section { |
| | 318 | margin-bottom: 0; |
| | 319 | text-align: center; |
| | 320 | } |
| | 321 | |
| 321 | 322 | @media screen and (max-width: 480px) { |
| 322 | 323 | #dashboard_site_health .health-check-widget { |
| 323 | 324 | grid-template-columns: 100%; |