[Bug] Site not readable and responsive on mobile devices #114
Labels
💻 aspect: code
Concerns the software code in the repository
🛠 goal: fix
Bug fix
🟧 priority: high
Stalls work on the project or its dependents
⛔️ status: discarded
Will not be worked on
Description
The current site is readable nicely on large devices but the text is not readable because of very small size on mobile devices (unless zoomed enough), these are responsive issues which can be solved easily by using some CSS. This also affects the accessibility of the site.
Reproduction
Expectation
The site is expected to adjust the positioning and sizing of elements according to screen size for better accessibility.
The issue arises because of the resource cards taking most of the space and font sizes not being adjusted according to screen size. The expected solution would be to use CSS grids for organizing the resource cards and adding some media queries to the CSS file.
Screenshots
Resolution
The text was updated successfully, but these errors were encountered: