Update footer

This commit is contained in:
2024-11-25 16:32:27 +00:00
parent 2e4a256c60
commit b76a08af8e
9 changed files with 97 additions and 5 deletions

View File

@@ -312,3 +312,15 @@ img[height] {
img[width][height] {
height: auto;
}
.footer-links {
display: flex;
justify-content: center;
margin-top: 1rem;
height: 2rem;
column-gap: 1rem;
img {
height: 2rem;
}
}