Skip to content
Snippets Groups Projects
Commit 9a83bc09 authored by HouTeng Chan's avatar HouTeng Chan
Browse files

Update file home.html

parent 039830aa
No related branches found
No related tags found
No related merge requests found
...@@ -99,6 +99,7 @@ ...@@ -99,6 +99,7 @@
.subfoot { .subfoot {
text-decoration: underline; text-decoration: underline;
} }
.wechat-container { .wechat-container {
position: relative; position: relative;
display: inline-block; display: inline-block;
...@@ -117,16 +118,6 @@ ...@@ -117,16 +118,6 @@
.wechat-container:hover .wechat-qr { .wechat-container:hover .wechat-qr {
display: block; display: block;
} }
@media (max-width: 768px) {
.footer-content {
flex-direction: column;
align-items: center;
}
.follow-us-wrapper {
justify-content: center;
}
}
</style> </style>
</head> </head>
<body> <body>
...@@ -205,9 +196,9 @@ ...@@ -205,9 +196,9 @@
<a href="https://www.youtube.com/@igemtsinghua2024?si=nrNZ1XaRee_rAYYn" target="_blank"> <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"> <img src="https://static.igem.wiki/teams/5187/unrelated-to-tech/icons8-youtube.svg" alt="YouTube">
</a> </a>
<div class="wechat-container"> <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"> <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"> <img src="https://static.igem.wiki/teams/5187/unrelated-to-tech/wechat-code.png" alt="WeChat QR Code" width="250" height="250">
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment