center the footer
parent
3d17dc65a3
commit
771b57bccd
|
@ -36,10 +36,12 @@
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
</body>
|
</body>
|
||||||
|
<p></p>
|
||||||
<footer>
|
<footer>
|
||||||
|
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
<a href="{{ '/' | url }}">{{ metadata.title }}</a> built with <i class="fa-solid fa-heart"></i> by <a href="https://github.com/crimsontome">CrimsonTome</a> | <a href="https://github.com/crimsontome/crimsontome-blog"><i class="fa-brands fa-github"></i>Source code</a>
|
<a href="{{ '/' | url }}">{{ metadata.title }}</a> <i class="fa-solid fa-screwdriver-wrench"></i> by <a href="https://github.com/crimsontome">CrimsonTome</a> | <a href="https://github.com/crimsontome/crimsontome-blog"><i class="fa-brands fa-github"></i>Source code</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</footer>
|
</footer>
|
||||||
</html>
|
</html>
|
|
@ -349,6 +349,7 @@ div.time-and-tags {
|
||||||
"content";
|
"content";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: fit-content;
|
height: fit-content;
|
||||||
|
@ -366,3 +367,7 @@ img {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
footer {
|
||||||
|
|
||||||
|
text-align: center;
|
||||||
|
}
|
Loading…
Reference in New Issue