-
-
Notifications
You must be signed in to change notification settings - Fork 26.2k
docs: implement responsive multi-column layout for emeritus contributors to reduce whitespace #31565
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
docs: implement responsive multi-column layout for emeritus contributors to reduce whitespace #31565
Conversation
…ors to reduce whitespace (scikit-learn#31548)
@bl3ck Thank you for the PR. The layout looks good, and doesn't require manual insertion of names and we can keep the maintainers_emeritus.rst file, so that's a plus. I am not sure why the tests are failing. |
Hi @reshamas, happy to contribute! Your work with scikit-learn and open source is a big reason I wanted to get involved. The test failure looks like an intermittent issue with |
@reshamas All tests pass now! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you so much @bl3ck
…s to reduce whitespace (scikit-learn#31565)
…s to reduce whitespace (scikit-learn#31565)
…s to reduce whitespace (scikit-learn#31565)
…s to reduce whitespace (scikit-learn#31565)
…s to reduce whitespace (scikit-learn#31565)
Reference Issues/PRs
References #31548
What does this implement/fix? Explain your changes.
This PR improves the layout of the emeritus contributors section on the About Us page by introducing a new utility class:
grid-list-three-columns
, which provides a responsive, three-column layout.The updated layout reduces excess whitespace and helps users reach key sections more quickly, as recommended by @reshamas. The layout switches to a single column on smaller screens for better accessibility and readability.
Results:
Any other comments?
This change also helps maintain visual consistency with other parts of the documentation that use multi-column formatting.