🐛 Bug Report: Website Not Responsive on Mobile Devices
Description
The website layout breaks on smaller screen sizes (mobile and tablet devices). Some elements overflow outside the viewport, resulting in horizontal scrolling and an inconsistent user experience.
Steps to Reproduce
- Open the website in a browser.
- Open Developer Tools and switch to mobile view.
- Select a device such as iPhone SE or Galaxy S20.
- Navigate through different pages of the website.
- Observe the layout issues.
Expected Behavior
- The website should adapt properly to different screen sizes.
- No horizontal scrolling should be present.
- Images, text, and buttons should scale correctly.
- Navigation should remain usable on mobile devices.
Actual Behavior
- Content overflows the screen width.
- Some elements overlap each other.
- Horizontal scrollbar appears.
- Certain sections are difficult to interact with on mobile.
Possible Solution
- Add responsive CSS media queries.
- Use Flexbox/Grid layouts effectively.
- Set images to
max-width: 100%.
- Test layouts across multiple screen sizes.
Acceptance Criteria
Labels
bug frontend good first issue responsive-design
🐛 Bug Report: Website Not Responsive on Mobile Devices
Description
The website layout breaks on smaller screen sizes (mobile and tablet devices). Some elements overflow outside the viewport, resulting in horizontal scrolling and an inconsistent user experience.
Steps to Reproduce
Expected Behavior
Actual Behavior
Possible Solution
max-width: 100%.Acceptance Criteria
Labels
bugfrontendgood first issueresponsive-design