From 9a83bc09332e5ecd07fc193fe09a411ccbc229ce Mon Sep 17 00:00:00 2001 From: HouTeng Chan <ht-chen21@mails.tsinghua.edu.cn> Date: Fri, 13 Sep 2024 12:03:40 +0000 Subject: [PATCH] Update file home.html --- wiki/pages/home.html | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/wiki/pages/home.html b/wiki/pages/home.html index 84a15703..996a374a 100644 --- a/wiki/pages/home.html +++ b/wiki/pages/home.html @@ -99,6 +99,7 @@ .subfoot { text-decoration: underline; } + .wechat-container { position: relative; display: inline-block; @@ -117,16 +118,6 @@ .wechat-container:hover .wechat-qr { display: block; } - - @media (max-width: 768px) { - .footer-content { - flex-direction: column; - align-items: center; - } - .follow-us-wrapper { - justify-content: center; - } - } </style> </head> <body> @@ -205,9 +196,9 @@ <a href="https://www.youtube.com/@igemtsinghua2024?si=nrNZ1XaRee_rAYYn" target="_blank"> <img src="https://static.igem.wiki/teams/5187/unrelated-to-tech/icons8-youtube.svg" alt="YouTube"> </a> - + <div class="wechat-container"> - <img class="social-icons"" src="https://static.igem.wiki/teams/5187/unrelated-to-tech/wechat.png" alt="Wechat"> + <img class="follow-us" src="https://static.igem.wiki/teams/5187/unrelated-to-tech/wechat.png" alt="Wechat"> <div class="wechat-qr"> <img src="https://static.igem.wiki/teams/5187/unrelated-to-tech/wechat-code.png" alt="WeChat QR Code" width="250" height="250"> </div> -- GitLab