From 553f0964e0cfc0c3e577f44f6f6638511020f3df Mon Sep 17 00:00:00 2001
From: HouTeng Chan <ht-chen21@mails.tsinghua.edu.cn>
Date: Tue, 1 Oct 2024 09:06:18 +0000
Subject: [PATCH] Update 2 files

- /wiki/pages/attributions.html
- /wiki/pages/human-practices.html
---
 wiki/pages/attributions.html    | 24 +-----------------------
 wiki/pages/human-practices.html |  7 +++----
 2 files changed, 4 insertions(+), 27 deletions(-)

diff --git a/wiki/pages/attributions.html b/wiki/pages/attributions.html
index bc65f481..4581d5ab 100644
--- a/wiki/pages/attributions.html
+++ b/wiki/pages/attributions.html
@@ -24,29 +24,7 @@
       margin-right: 130px; 
       margin-left: 110px; 
     }
-    .sidebar {
-      height: 300px;
-    }
-    .grid-container {
-      display: flex;
-      flex-direction: column;
-      gap: 20px;
-    }
-    .grid-item {
-      background-color: #fa8072;
-      border-radius: 10px;
-      padding: 15px;
-      color: white;
-      width: 100%;
-      box-sizing: border-box;
-    }
-    .grid-item h4 {
-      margin-top: 0;
-    }
-    .grid-item ul {
-      padding-left: 20px;
-      margin-bottom: 0;
-    }
+   
   </style>
 </head>
 <body>
diff --git a/wiki/pages/human-practices.html b/wiki/pages/human-practices.html
index bc6b6118..fe56e2c5 100644
--- a/wiki/pages/human-practices.html
+++ b/wiki/pages/human-practices.html
@@ -13,16 +13,15 @@
     }
     .content {
       padding: 20px;
-      max-width: 800px;
+      max-width: 1500px;
       margin: 0 auto;
     }
-   
     h2 {
       scroll-margin-top: 60px; 
     }
     .row.mt-4 {
-      margin-right: 100px; 
-      margin-left: 130px; 
+      margin-right: 130px; 
+      margin-left: 110px; 
     }
 
     .expert-card {
-- 
GitLab