diff --git a/wiki/pages/team.html b/wiki/pages/team.html
index 60751cba01c9e823089ddc07801bb8a75a1c1b66..0d11f7477b75a5ae03ba8ff1cfc84dbdeecfb239 100644
--- a/wiki/pages/team.html
+++ b/wiki/pages/team.html
@@ -6,7 +6,7 @@
      .team-grid {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
-    gap: 20px; /* Reduced from the previous value to bring frames closer */
+    gap: 10px; /* Reduced from the previous value to bring frames closer */
     max-width: 1200px;
     margin: 0 auto;
 }