-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
[Bug] Mobile responsiveness issue on program-index.html #110
Comments
Hey @Arinzelight, |
Hi @mannika763, |
Work for this would need to discern whether this is a style change, or whether this is actually a markup change, since this behavior doesn't occur on other contexts utilizing the same element. This issue is specifically about the Recent Posts not changing layout at narrower breakpoints. This element seems to appear correctly on other pages so this might be a matter of altering HTML structure only. I would suggest those that wish to investigate a solution here to first investigate the cause. |
Hi @possumbilities |
@possumbilities in my PR #82 |
Hi @possumbilities . Further investigation on this issue actually shows that it affects all occurences in other contexts. Hence, my approach would be a CSS targeted approach. Particularly targetting the grid style at lower screen sizes. |
@egbadon-victor if you found same on other pages too raise the issue wait for its approval my PR got closed because it was covering fixes beyond mentioned in issue. |
@OmarAmeen01 yeah I understand. My PR for this issue will only cover the program-index page, even though it's a CSS targeted change |
Description
The related posts section in program-index.html is not displaying properly on mobile devices. The layout is not responsive, causing elements to overflow.
Reproduction
Expectation
The related posts section should adjust to different screen sizes, stacking elements vertically on smaller screens while maintaining a clean and user-friendly layout.
Screenshots
Environment
Additional context
The CSS for the related posts section may need adjustments to ensure proper flexbox/grid settings
Resolution
The text was updated successfully, but these errors were encountered: