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

fix: Responsive Layout Enhancement for Quiz Container #927

Closed Sanjay-Sahu-Bandla closed 6 months ago

Sanjay-Sahu-Bandla commented 6 months ago

Summary of changes

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.

Implementation

Attached full screenshot showing after changing the width to 100% in mobile devices

freeCodeCamp-Developer-Quiz-After

Checklist

closes #926