Add a footer

This commit is contained in:
2023-09-01 20:13:44 -04:00
parent a8742c882e
commit 0607b46283
4 changed files with 34 additions and 8 deletions

View File

@@ -34,6 +34,19 @@ header.header nav ul li {
margin-left: 16px;
}
/* Footer */
footer.footer {
text-align: center;
margin-top: 64px;
margin-bottom: 16px;
}
footer.footer hr {
width: 64px;
margin-bottom: 16px;
}
/* Home */
ul.entries {