feat: add footer

This commit is contained in:
insects 2025-03-11 20:07:13 +01:00
parent 5187a2bb2f
commit cb78f82d6d
2 changed files with 10 additions and 0 deletions

View file

@ -29,6 +29,12 @@ header .muted {
font-weight: normal;
}
footer {
margin-top: 20px;
color: #555;
font-size: 12px;
}
main {
display: grid;
gap: 5px;