Touch up footer.

This commit is contained in:
Mike Cao 2023-03-03 21:26:39 -08:00
parent 05f01cd09e
commit 3fc5f5151b
5 changed files with 26 additions and 29 deletions

View file

@ -1,10 +1,11 @@
.footer {
display: flex;
justify-content: space-between;
align-items: center;
font-size: var(--font-size-sm);
text-align: center;
margin: 30px 0;
margin: 60px 0;
}
.footer a {
color: var(--font-color100);
}
.version {