[WIP] Fix contact links alignment in Astro footer #1298
+4
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.


Fix Footer Contact Links Alignment on Smaller Breakpoints
Problem
On mobile/smaller viewports, the footer contact links and navigation items were left-aligned and wrapped awkwardly, creating an unbalanced appearance.
Solution
Center-aligned all footer content on smaller breakpoints (≤768px) for better visual balance and mobile UX by adding CSS rule to center the inner flex containers.
Changes Made
Updated
src/components/Footer.astroto add center alignment for the inner flex containers (.nav > div) on viewports ≤768px.Code Change:
Visual Comparison
Before:



After:


Verification Completed
!important, which is consistent with existing code style)Notes
!importantis necessary to override Bootstrap's utility classes and is consistent with the existing pattern in this file (line 63)Fixes #[issue_number] (based on original issue: "Fix contact links in Astro footer on smaller breakpoints")
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.