[Bug] Mobile responsiveness for blog pages #60
Labels
💻 aspect: code
Concerns the software code in the repository
✨ goal: improvement
Improvement to an existing feature
🟩 priority: low
Low priority and doesn't need to be rushed
🧹 status: ticket work required
Needs more details before it can be worked on
Description
When viewing blog post pages on smaller screens (mobile devices), the content appears to shrink, making it difficult to read and interact with. This issue affects the overall mobile user experience, as the page layout is not adapting responsively to the screen size
Reproduction
Expectation
The blog post pages should be fully responsive across all screen sizes:
Screenshots
Blog post page /specimen/contexts/blog-post.html
Width 768px
maxWidth - 425px
https://github.com/user-attachments/assets/56b38ef0-f3fe-493b-8c32-fd93d03d05b1
Blog Index page /specimen/contexts/blog-index.html
This issue only occurs on the first item on the featured posts list. The text doesn't fill up the container space causing a lot of whitespace.
maxWidth 680px :
maxWidth - 425px
https://github.com/user-attachments/assets/8b5b5da9-c944-410b-9ec0-9eaec502e35a
Environment
Additional context
We can reduce the padding for
article
on the blog index page. Currently, it is 4em for all screen sizes. Also, we can reduce fontsizes where necessary so that it's more suitable for mobile.Implementation
The text was updated successfully, but these errors were encountered: