diff --git a/wiki/pages/home.html b/wiki/pages/home.html
index 1344b762e7985c128492efd8ba86d011bb3de42a..119e228c9656439def46983cc327cb14ccd38505 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>