center the footer

main
CrimsonTome 2022-09-17 02:31:07 +01:00 committed by Rowan Clark
parent 3d17dc65a3
commit 771b57bccd
No known key found for this signature in database
GPG Key ID: F620D51904044094
2 changed files with 9 additions and 2 deletions

View File

@ -36,10 +36,12 @@
</ul>
</nav>
</body>
<p></p>
<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>
</footer>
</html>

View File

@ -349,6 +349,7 @@ div.time-and-tags {
"content";
}
.container {
width: 100%;
height: fit-content;
@ -366,3 +367,7 @@ img {
margin: auto;
display: block;
}
footer {
text-align: center;
}