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

@ -549,6 +549,8 @@ input:checked + .wp-toggle-slider:before {
padding: 0 20px;
position: relative;
min-height: 400px;
max-width: 800px;
margin: 0 auto;
}
/* Theme Card Styles - Scoped to our plugin only */
@ -561,6 +563,7 @@ input:checked + .wp-toggle-slider:before {
margin-bottom: 20px;
overflow: hidden;
transition: all 0.2s ease;
width: 100%;
}
.theme-card:hover {