fix: update grid layout to use auto-fit for responsive design #1626

Closed
jtubau wants to merge 1 commits from warmFix_FixResponisveCreateForms into test
1 changed files with 1 additions and 1 deletions

View File

@ -1154,7 +1154,7 @@ es:
.grid-create {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
max-width: 100%;
grid-gap: 20px;
margin: 0 auto;