diff --git a/index.html b/index.html
index 658c82c..104dd61 100644
--- a/index.html
+++ b/index.html
@@ -61,7 +61,7 @@
}
.team {
display: grid;
- grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
+ grid-template-columns: 1fr 1fr;
gap: 1.5rem;
max-width: 900px;
width: 100%;