Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Popup Modal on Landing Page is Now Responsive on Smaller Screens (#791)
Resolved responsiveness issues with the default popup modal on the landing page. The modal now adapts properly to smaller screens, improving the user experience on mobile and tablet devices. Adjustments were made using Flexbox properties like `flex-wrap`, along with media queries to ensure the layout scales well on various screen sizes. ## Related Issues - Closes #790 ## Type of PR - [ ] Bug Fix ## Screenshots ### Before <img width="315" alt="Screenshot 2024-10-29 at 9 20 31 PM" src="https://github.com/user-attachments/assets/ed290f88-a17f-4d36-88fe-04cf4390b846"> ### After <img width="288" alt="Screenshot 2024-10-29 at 9 35 21 PM" src="https://github.com/user-attachments/assets/9aec06ca-9fe1-4f51-8876-59f1fd72dfcf"> <img width="286" alt="Screenshot 2024-10-29 at 9 35 07 PM" src="https://github.com/user-attachments/assets/4885b9c8-172f-4abf-9661-496a759daf8e"> ## Checklist - [X] I have gone through the [contributing guide](https://github.com/Anjaliavv51/Retro) - [X] I have updated my branch and synced it with the project’s `main` branch before making this PR. - [X] I have performed a self-review of my code. - [X] I have tested the changes thoroughly before submitting this pull request. - [X] I have provided relevant issue numbers, screenshots, and videos after making the changes. - [X] I have commented my code, particularly in hard-to-understand areas. ## Additional context Used Flexbox properties to make the modal responsive, added media queries for mobile compatibility, and tested the modal across common screen sizes. This fix ensures a consistent and user-friendly layout on smaller devices.
- Loading branch information