This commit is contained in:
ckaczor
2024-11-25 16:33:02 +00:00
parent 7a66f6a022
commit 41f2bc938e
30 changed files with 872 additions and 110 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;
}
}