fixed footer, changed threefold to project mycelium

This commit is contained in:
mik-tf
2024-11-11 16:46:30 -05:00
parent 0cf890fd81
commit 450d50272d
13 changed files with 50 additions and 47 deletions

View File

@@ -3,7 +3,7 @@
<footer class="tf_footer">
<div class="tf_footer_container">
<div class="tf_footer_section">
<h3>ThreeFold</h3>
<h3>Project Mycelium</h3>
<p>Building a decentralized internet <br>for a better world.</p>
</div>
<div class="tf_footer_section">
@@ -35,7 +35,7 @@
</div>
</div>
<div class="tf_footer_bottom">
<p>&copy; 2024 ThreeFold. All rights reserved.</p>
<p>&copy; 2024 Project Mycelium. All rights reserved.</p>
</div>
</footer>
@@ -78,7 +78,6 @@
padding: 1.5rem 0 0.5rem;
margin-top: auto;
transition: background-color 0.3s, color 0.3s;
max-height: 160px;
box-sizing: border-box;
}
@@ -136,10 +135,14 @@
}
.tf_footer_bottom {
margin-top: 1rem;
padding-top: 0.5rem;
text-align: center;
border-top: 1px solid var(--footer-border);
background-color: var(--footer-background);
margin-top: 1rem;
padding-top: 0.5rem;
/* Add flexbox properties */
display: flex;
justify-content: center; /* Horizontally center */
align-items: center; /* Vertically center */
border-top: 0px solid var(--footer-border);
}
.tf_footer_bottom p {