freeCodeCamp / Developer_Quiz_Site

This is a quiz site filled with over 1200+ questions on programming.
https://developerquiz.org
BSD 3-Clause "New" or "Revised" License
232 stars 339 forks source link

[Bug] - Quiz Container Requires Responsive Design for Mobile Devices #926

Closed Sanjay-Sahu-Bandla closed 6 months ago

Sanjay-Sahu-Bandla commented 6 months ago

What bug did you find in the codebase?

The current layout of the quiz container, which displays the question, options, and submit button, utilizes the w-50 class for a 50% width. While this approach works well on larger screens, it presents usability challenges on mobile devices due to their limited screen real estate. It would be better to give a 100% width for devices that have less than 460px screen width.

Attached full screenshot showing the quiz container in a device that has 360px screen width: freeCodeCamp-Developer-Quiz-Before