Changeset 54197
- Timestamp:
- 09/18/2022 01:27:13 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/site-health.css
r52018 r54197 10 10 padding: 0; 11 11 font-weight: 400; 12 }13 14 .health-check-widget-title-section {15 text-align: center;16 12 } 17 13 … … 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; … … 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 {
Note: See TracChangeset
for help on using the changeset viewer.