From 18b5e8d438dfb4a4e7472bb7eec1133b30048db9 Mon Sep 17 00:00:00 2001
From: HouTeng Chan <ht-chen21@mails.tsinghua.edu.cn>
Date: Tue, 1 Oct 2024 18:14:57 +0000
Subject: [PATCH] Update file home.html

---
 wiki/pages/home.html | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/wiki/pages/home.html b/wiki/pages/home.html
index 55f49506..2fa5b472 100644
--- a/wiki/pages/home.html
+++ b/wiki/pages/home.html
@@ -166,10 +166,10 @@
     }
 
     .additional-content-image {
-      width: 300px;
-      height: 300px;
-      object-fit: contain;
-      margin: 30px;
+    width: 200px;
+    height: auto;
+    object-fit: contain;
+    margin: 30px;
     }
   </style>
 </head>
@@ -247,6 +247,8 @@
     </div>
     <img src="https://static.igem.wiki/teams/5187/art/logo.png" alt="IBD Logo" class="additional-content-image">
   </div>
+
+
   
   {% include 'footer.html' %}
   <script>
-- 
GitLab