From da63cd7800ee3f82eaa30c6d4e4e4b912cfde28f Mon Sep 17 00:00:00 2001
From: HouTeng Chan <ht-chen21@mails.tsinghua.edu.cn>
Date: Fri, 13 Sep 2024 11:52:05 +0000
Subject: [PATCH] Update file home.html

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

diff --git a/wiki/pages/home.html b/wiki/pages/home.html
index 1344b762..119e228c 100644
--- a/wiki/pages/home.html
+++ b/wiki/pages/home.html
@@ -52,8 +52,8 @@
     }
     .footer-content {
       display: flex;
-      justify-content: space-between;
-      align-items: flex-start;
+      justify-content: center;
+      align-items: center;
       max-width: 1200px;
       margin: 0 auto;
       padding: 0 15px;
@@ -61,6 +61,8 @@
     .social-icons {
       display: flex;
       gap: 15px;
+      align-items: center;
+      margin-right: 20px;
     }
     .social-icons img {
       width: 24px;
@@ -88,6 +90,7 @@
     .footer-text {
       max-width: 800px;
       margin: 0 auto;
+      text-align: center;
     }
     .footer-text p {
       margin-bottom: 10px;
@@ -223,8 +226,8 @@
     </div>
     <div class="footer-divider"></div>
     <div class="footer-text">
-      <p class="mb-0 text-center"><small>© 2024 - Content on this site is licensed under a <a class="subfoot" href="https://creativecommons.org/licenses/by/4.0/" style="color: black;" rel="license">Creative Commons Attribution 4.0 International license</a>.</small></p>
-      <p class="text-center"><small>The repository used to create this website is available at <a href="https://gitlab.igem.org/2024/tsinghua" style="color: black;">gitlab.igem.org/2024/tsinghua</a>.</small></p>
+      <p><small>© 2024 - Content on this site is licensed under a <a class="subfoot" href="https://creativecommons.org/licenses/by/4.0/" style="color: black;" rel="license">Creative Commons Attribution 4.0 International license</a>.</small></p>
+      <p><small>The repository used to create this website is available at <a href="https://gitlab.igem.org/2024/tsinghua" style="color: black;">gitlab.igem.org/2024/tsinghua</a>.</small></p>
     </div>
   </footer>
 
-- 
GitLab