make footer monospace

This commit is contained in:
filifa
2025-12-15 20:45:47 -05:00
parent 5b7316a90f
commit 357fbe5cd8

View File

@@ -117,5 +117,6 @@ footer {
display: flex;
justify-content: center;
font-size: small;
font-family: monospace;
margin: 5%;
}