style: Remove max-width constraint from team grid for improved responsiveness

This commit is contained in:
2026-05-11 09:24:50 +02:00
parent 431ea974e1
commit e094e80811
-1
View File
@@ -51,7 +51,6 @@
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 0.75rem;
margin-bottom: 2rem;
max-width: 450px;
}
.member-card {