From bf56dffed6b5554569bfddebf8ea6f710767b96f Mon Sep 17 00:00:00 2001 From: HouTeng Chan <ht-chen21@mails.tsinghua.edu.cn> Date: Sat, 28 Sep 2024 14:18:08 +0000 Subject: [PATCH] Update file footer.html --- wiki/footer.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/wiki/footer.html b/wiki/footer.html index 2e735e28..6077e491 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> -- GitLab