diff --git a/wiki/footer.html b/wiki/footer.html
index 2e735e2859182ffe598ba0f45862c0213350a4a0..6077e491c57a430066b289e33c74000effc30edd 100644
--- a/wiki/footer.html
+++ b/wiki/footer.html
@@ -31,8 +31,8 @@
     }
     .footer-content {
       display: flex;
-      justify-content: space-between;
-      align-items: flex-start;
+      justify-content: center;
+      align-items: center;
       gap: 20px;
     }
     .social-column, .logo-column, .contact-column {
@@ -78,7 +78,6 @@
       }
       .logos {
         justify-content: center;
-        margin-bottom: 20px;
       }
     }
   </style>