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

Update file footer.html

parent 744e7cf3
No related branches found
No related tags found
No related merge requests found
......@@ -31,8 +31,8 @@
}
.footer-content {
display: flex;
justify-content: center;
align-items: center;
justify-content: space-between;
align-items: flex-start;
gap: 20px;
}
.social-column, .logo-column, .contact-column {
......@@ -56,15 +56,13 @@
.wechat-container:hover .wechat-qr {
display: block;
}
.logos {
.logo-column {
display: flex;
justify-content: flex-end;
gap: 20px;
margin-bottom: 20px;
gap: 10px;
}
.logo {
width: 100px;
height: 100px;
width: 200px;
height: 200px;
object-fit: contain;
}
......@@ -73,10 +71,8 @@
flex-direction: column;
align-items: center;
}
.follow-us-wrapper {
justify-content: center;
}
.logos {
.follow-us-wrapper,
.logo-column {
justify-content: center;
}
}
......@@ -85,11 +81,11 @@
<body>
<footer class="pb-2 pt-2 mt-5 footer text-center" style="background-color: #ffe4e1">
<div class="container">
<div class="logos">
<img src="https://static.igem.wiki/teams/5187/art/logo.png" alt="Logo 1" class="logo">
<img src="https://static.igem.wiki/teams/5187/art/thu.jpg" alt="Logo 2" class="logo">
</div>
<div class="footer-content">
<div class="logo-column">
<img src="https://static.igem.wiki/teams/5187/art/logo.png" alt="Logo 1" class="logo">
<img src="https://static.igem.wiki/teams/5187/art/thu.jpg" alt="Logo 2" class="logo">
</div>
<div class="social-column">
<div class="follow-us-wrapper">
<a href="https://www.instagram.com/igem_tsinghua2024?igsh=MTY4d3EzMGtwZjg3ZA==">
......
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