From e7fe0515750d23c2b59b8882ead3f21014cba3a8 Mon Sep 17 00:00:00 2001
From: HouTeng Chan <ht-chen21@mails.tsinghua.edu.cn>
Date: Sat, 28 Sep 2024 14:27:06 +0000
Subject: [PATCH] Update file footer.html

---
 wiki/footer.html | 32 +++++---------------------------
 1 file changed, 5 insertions(+), 27 deletions(-)

diff --git a/wiki/footer.html b/wiki/footer.html
index 0bebf436..3953660a 100644
--- a/wiki/footer.html
+++ b/wiki/footer.html
@@ -32,10 +32,10 @@
     .footer-content {
       display: flex;
       justify-content: center;
-      align-items: flex-start;
+      align-items: center;
       gap: 20px;
     }
-    .social-column, .contact-logo-column {
+    .social-column, .logo-column, .contact-column {
       flex: 0 0 auto;
     }
     .wechat-container {
@@ -56,32 +56,14 @@
     .wechat-container:hover .wechat-qr {
       display: block;
     }
-    .contact-logo-column {
-      display: flex;
-      flex-direction: column;
-      align-items: flex-end;
-    }
-    .logo-wrapper {
-      display: flex;
-      flex-direction: column;
-      gap: 10px;
-      margin-top: 15px;
-    }
-    .logo {
-      width: 150px;
-      height: 150px;
-      object-fit: contain;
-    }
     
     @media (max-width: 768px) {
       .footer-content {
         flex-direction: column;
         align-items: center;
       }
-      .follow-us-wrapper,
-      .contact-logo-column,
-      .logo-wrapper {
-        align-items: center;
+      .follow-us-wrapper {
+        justify-content: center;
       }
     }
   </style>
@@ -109,7 +91,7 @@
             </a>
           </div>
         </div>
-        <div class="contact-logo-column">
+        <div class="contact-column">
           <div class="contact-info">
             <img class="contact-icon" src="https://static.igem.wiki/teams/5187/unrelated-to-tech/location.png" alt="Location">
             <p class="mb-0"><small>Tsinghua University, Hai Dian, Beijing</small></p>
@@ -122,10 +104,6 @@
             <img class="contact-icon" src="https://static.igem.wiki/teams/5187/unrelated-to-tech/email.png" alt="Email">
             <p class="mb-0"><small>igemtsinghua2024@gmail.com</small></p>
           </div>
-          <div class="logo-wrapper">
-            <img src="https://static.igem.wiki/teams/5187/art/logo.png" alt="Logo 1" class="logo">
-            <img src="https://static.igem.wiki/teams/5187/art/thu.png" alt="Logo 2" class="logo">
-          </div>
         </div>
       </div>
 
-- 
GitLab