fix: footer vertical misalignment on all pages #14

Merged
gelu merged 1 commits from main into staging 2026-05-24 14:28:46 +00:00
Owner

Fixes the copyright text sitting slightly higher than the legal links in the footer.

Adds margin: 0 to footer-wrap p so all footer elements align on the same baseline.

Closes the footer alignment issue from staging verification.

Fixes the copyright text sitting slightly higher than the legal links in the footer. Adds `margin: 0` to `footer-wrap p` so all footer elements align on the same baseline. Closes the footer alignment issue from staging verification.
gelu added 1 commit 2026-05-24 14:28:14 +00:00
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>
gelu merged commit 873576e2bf into staging 2026-05-24 14:28:46 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: AI/myAi#14