Compare commits

...

1 Commits

Author SHA1 Message Date
Jose Antonio Tubau 931c4d9ef2 fix: update grid layout to use auto-fit for responsive design
gitea/salix-front/pipeline/pr-test Build started... Details
2025-03-24 10:57:39 +01:00
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;