Merge pull request 'fix: footer vertical misalignment on all pages' (#14) from main into staging
Build and Push Docker Images Staging / build (push) Successful in 25s

Merge PR #14: fix footer vertical misalignment on all pages
This commit was merged in pull request #14.
This commit is contained in:
2026-05-24 14:28:46 +00:00
+4
View File
@@ -601,6 +601,10 @@ img {
color: var(--muted)
}
.footer-wrap p {
margin: 0
}
.footer-links {
display: flex;
gap: 18px;