style: Update team grid layout for improved responsiveness and consistency

This commit is contained in:
2026-05-11 09:05:16 +02:00
parent 430d6e8fd6
commit 3fd4be4e05
+3 -2
View File
@@ -48,9 +48,10 @@
.team-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 2rem;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 1.5rem;
margin-bottom: 2rem;
max-width: 1000px;
}
.member-card {