From 3ddf089f4c650d19c04e9383be3f9b53dcb5e40c Mon Sep 17 00:00:00 2001
From: HouTeng Chan <ht-chen21@mails.tsinghua.edu.cn>
Date: Tue, 1 Oct 2024 07:33:01 +0000
Subject: [PATCH] Update file attributions.html

---
 wiki/pages/attributions.html | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/wiki/pages/attributions.html b/wiki/pages/attributions.html
index c52f0a54..d891ea3e 100644
--- a/wiki/pages/attributions.html
+++ b/wiki/pages/attributions.html
@@ -21,8 +21,8 @@
       scroll-margin-top: 60px; 
     }
     .row.mt-4 {
-      margin-right: 200px; 
-      margin-left: 120px; 
+      margin-right: 150px; 
+      margin-left: 150px; 
     }
     .sidebar {
       height: 300px;
@@ -66,7 +66,11 @@
   <div class="row mt-4">
     <div class="col-lg-12">
       <script type="text/javascript">
+        function adjustIframeHeight() {
 
+        }
+
+        window.onload = adjustIframeHeight;
       </script>
       <iframe
         style="width: 100%"
-- 
GitLab