diff --git a/src/wp-admin/css/site-health.css b/src/wp-admin/css/site-health.css
index ed539d33ae..af8a43cc51 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 */
|
| 307 | 303 | padding-left: 16px; |
| 308 | 304 | } |
| 309 | 305 | |
| | 306 | #dashboard_site_health .site-health-details p:first-child { |
| | 307 | margin-top: 0; |
| | 308 | } |
| | 309 | |
| | 310 | #dashboard_site_health .site-health-details p:last-child { |
| | 311 | margin-bottom: 0; |
| | 312 | } |
| | 313 | |
| 310 | 314 | #dashboard_site_health .health-check-widget { |
| 311 | 315 | display: grid; |
| 312 | 316 | grid-template-columns: 1fr 2fr; |
| … |
… |
are styled in the Privacy section of edit.css */
|
| 318 | 322 | margin-left: 0; |
| 319 | 323 | } |
| 320 | 324 | |
| | 325 | .health-check-widget-title-section { |
| | 326 | margin-bottom: 0; |
| | 327 | text-align: center; |
| | 328 | } |
| | 329 | |
| 321 | 330 | @media screen and (max-width: 480px) { |
| 322 | 331 | #dashboard_site_health .health-check-widget { |
| 323 | 332 | grid-template-columns: 100%; |