From 778fc4880da75e0d77f92f87ddbe1027e0899c3e Mon Sep 17 00:00:00 2001
From: HouTeng Chan <ht-chen21@mails.tsinghua.edu.cn>
Date: Thu, 25 Jul 2024 14:17:13 +0000
Subject: [PATCH] Update file team.html

---
 wiki/pages/team.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wiki/pages/team.html b/wiki/pages/team.html
index 60751cba..0d11f747 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;
 }
-- 
GitLab