2 Commits

Author SHA1 Message Date
gelu 873576e2bf 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
2026-05-24 14:28:46 +00:00
claude 2cada13fe3 Fix footer vertical misalignment — zero p margin inside footer-wrap
The <p> wrapping the copyright line had default browser margins (1em top/bottom)
which offset it above the sibling flex items despite align-items: center.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-24 17:11:54 +03:00
+4
View File
@@ -601,6 +601,10 @@ img {
color: var(--muted)
}
.footer-wrap p {
margin: 0
}
.footer-links {
display: flex;
gap: 18px;