Update theme tiles to be constrained to max-width of 800px

This commit is contained in:
Marcus Quinn
2025-03-25 00:57:40 +00:00
parent 4f391f0cda
commit ba0878b230
2 changed files with 9 additions and 0 deletions

View File

@ -778,6 +778,12 @@ body.wp-admin .plugin-card-bottom .compatibility-untested *,
}
/* Theme Browser */
.theme-browser {
max-width: 800px;
margin: 0 auto;
width: 100%;
}
.theme-browser .theme {
cursor: pointer;
float: left;