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

Update footer.html

parent 689ac4b3
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Footer with WeChat QR Code</title>
<title>Footer with WeChat QR Code and Logo</title>
<style>
.follow-us-wrapper {
display: flex;
......@@ -29,13 +29,10 @@
.footer-content {
display: flex;
justify-content: center;
align-items: flex-start;
align-items: center;
gap: 20px;
}
.social-column {
flex: 0 0 auto;
}
.contact-column {
.social-column, .logo-column, .contact-column {
flex: 0 0 auto;
}
.wechat-container {
......@@ -56,6 +53,10 @@
.wechat-container:hover .wechat-qr {
display: block;
}
.logo-image {
width: 100px;
height: auto;
}
@media (max-width: 768px) {
.footer-content {
flex-direction: column;
......@@ -91,6 +92,10 @@
</div>
</div>
<div class="logo-column">
<img class="logo-image" src="https://static.igem.wiki/teams/5187/unrelated-to-tech/thu-nobg.png" alt="Logo">
</div>
<div class="contact-column">
<div class="contact-info">
<img class="contact-icon" src="https://static.igem.wiki/teams/5187/unrelated-to-tech/location.png" alt="Location">
......
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