Fixed theme grid not taking full width on large screens

This commit is contained in:
Sanne de Vries 2021-10-22 10:08:40 +02:00
parent 2f8c429297
commit b45f830d00

View File

@ -1745,7 +1745,6 @@ p.theme-validation-details {
grid-template-columns: 1fr 1fr 1fr;
grid-column-gap: 40px;
grid-row-gap: 64px;
max-width: 1320px;
margin: 0 0 24px;
}