diff --git a/wiki/pages/home.html b/wiki/pages/home.html index 84a15703b3c47f46b824e51851b81d46605ba7fc..996a374a4a6b4bffbc6104705a47ece2c9c78f88 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>