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

fix(homepage): Improve Homepage Responsiveness on Small Screens #2

Open
wants to merge 1 commit into
base: finos-master
Choose a base branch
from

Conversation

edwinperaza99
Copy link

Summary

This PR fixes a content misalignment issue on small screens caused by a min-width constraint from base.css, which prevented the page from properly adapting to smaller viewports.

Changes Made:

  • Fixed main content overflow issue by setting min-width: 0; on body.
  • Properly centered .home-page__down-arrow__container using left: 50% and transform: translateX(-50%).
  • Improved mobile spacing by adjusting .home-page__content__container padding across different breakpoints.
  • Increased visibility and usability of the down arrow by making it slightly larger at smaller screen sizes.

Remaining Areas for Improvement

While this PR fixes the most noticeable layout issues, some responsiveness inconsistencies remain—especially in .home-page__content__tools-panel and other lower sections of the page. If the maintainers are open to further improvements, I’d be happy to iterate based on feedback.


How did you test this change?

Manual testing

Before:

before

After:
after

Resolved an issue where a `min-width` constraint from `base.css` caused content misalignment
on small screens.
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.

1 participant