-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Description
Problem:
The footer's maintainers section has alignment issues when viewed on different screen sizes. On full-page views, the names and roles break, causing inconsistent alignment.
Proposed Solution:
- Replace fixed-width styling with a responsive flexbox layout.
- Use
min-w-[150px]
for names to ensure consistent alignment across screen sizes. - Add
ml-4
for roles to maintain proper spacing.
Screenshots:
Before:
After:
Additional Notes:
This change ensures that the footer remains responsive and visually consistent across all screen sizes.
Metadata
Metadata
Assignees
Labels
No labels