Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve footer alignment and responsiveness #58

Merged
merged 2 commits into from
Apr 7, 2025

Conversation

Eeshu-Yadav
Copy link
Contributor

@Eeshu-Yadav Eeshu-Yadav commented Mar 7, 2025

Changes:

  • Replaced fixed-width styling with a responsive flexbox layout.
  • Used min-w-[150px] for names to ensure consistent alignment across screen sizes.
  • Added ml-4 for roles to maintain proper spacing.

Screenshots:

Before:

Before Screenshot

After:

After Screenshot

Issue Reference:

Closes #56

@Eeshu-Yadav
Copy link
Contributor Author

@mlodic, could you please review this PR?

className="text-body-color font-semibold hover:text-primary inline-block text-md leading-loose"
style={{ width: '200px' }} // Fixed width for name block
className="text-body-color font-semibold hover:text-primary inline-block text-md leading-loose min-w-[150px]"
// style={{ width: '200px' }} // Fixed width for name block
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you comment this line and didn't delete it ?

@Eeshu-Yadav
Copy link
Contributor Author

@drosetti updated that

@drosetti drosetti merged commit 6445874 into intelowlproject:main Apr 7, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve Footer Alignment and Responsiveness
2 participants