From bf08a0804ad1cab5de15f7f158f445f88b8263e8 Mon Sep 17 00:00:00 2001
From: HouTeng Chan <ht-chen21@mails.tsinghua.edu.cn>
Date: Fri, 27 Sep 2024 15:08:36 +0000
Subject: [PATCH] Update file attributions.html

---
 wiki/pages/attributions.html | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/wiki/pages/attributions.html b/wiki/pages/attributions.html
index 206ce90c..7d48d9c0 100644
--- a/wiki/pages/attributions.html
+++ b/wiki/pages/attributions.html
@@ -29,19 +29,18 @@
     }
     .grid-container {
       display: flex;
-      flex-wrap: wrap;
+      flex-direction: column;
       gap: 20px;
-      justify-content: flex-start;
     }
     .grid-item {
       background-color: #fa8072;
       border-radius: 10px;
       padding: 15px;
       color: white;
-      width: calc(33.33% - 20px);
+      width: 100%;
       box-sizing: border-box;
     }
-    .grid-item h3 {
+    .grid-item h4 {
       margin-top: 0;
     }
     .grid-item ul {
@@ -100,7 +99,7 @@
             <div class="grid-item">
               <h4>ZheFu Li</h4>
               <p>Tasks: Project design, Modeling, Team communication, Wiki Coding, Management</p>
-                <p>As team leader, responsible for visa materials collection, hotel reservation, campus procedures and payment collection; as the initial team member of MusCure project in brainstorming stage, participated in the project design and improvement; as the dry lab leader, did the overall design of modeling and finished the signal transduction model, and filled in the wiki content. Participated in inter-team communication with undergraduate igem teams in Beijing, Shanghai, central China and teams of the intestinal flora project.</p>
+                <p>Specific tasks: As team leader, responsible for visa materials collection, hotel reservation, campus procedures and payment collection; as the initial team member of MusCure project in brainstorming stage, participated in the project design and improvement; as the dry lab leader, did the overall design of modeling and finished the signal transduction model, and filled in the wiki content. Participated in inter-team communication with undergraduate igem teams in Beijing, Shanghai, central China and teams of the intestinal flora project.</p>
             </div>
             <div class="grid-item">
               <h4>WeiHan Xiao</h4>
-- 
GitLab