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>
This commit is contained in:
2026-05-24 17:11:54 +03:00
parent b6878e3b45
commit 2cada13fe3
+4
View File
@@ -601,6 +601,10 @@ img {
color: var(--muted)
}
.footer-wrap p {
margin: 0
}
.footer-links {
display: flex;
gap: 18px;