fixed footer, changed threefold to project mycelium
This commit is contained in:
@@ -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>© 2024 ThreeFold. All rights reserved.</p>
|
||||
<p>© 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 {
|
||||
|
Reference in New Issue
Block a user