ML-Fusion-Lab / ML-Fusion-Lab-Website

Welcome to ML Fusion Labs! This project aims to provide an interactive platform where users can learn machine learning from scratch, explore projects, and contribute their own machine learning endeavors.
https://ml-fusion-lab.netlify.app
MIT License
37 stars 74 forks source link

Fix responsiveness issues across all screen sizes #257

Open Karan-purkait opened 21 hours ago

Karan-purkait commented 21 hours ago

There are some responsiveness issues across various screen sizes in the project. Elements on the page do not resize or rearrange properly when viewed on smaller devices such as smartphones or tablets. Some examples include:

Texts and buttons overlapping Images not resizing properly Layouts breaking on mobile view Overflowing elements beyond the viewport Steps to Reproduce:

Open the website on a smaller screen or resize the browser window. Observe the following elements not adjusting properly: [Mention specific components or pages] Expected Behavior: The layout should adapt to different screen sizes, ensuring that the website is fully usable and visually appealing on all devices (desktops, tablets, smartphones).

Devices and Screen Sizes Tested:

Desktop: [e.g., 1920px] Tablet: [e.g., 768px] Mobile: [e.g., 375px] Solution Ideas:

Implement media queries to adjust the layout for different breakpoints. Use responsive units like percentages, ems, or rems for elements to scale properly. Ensure images and videos are responsive with appropriate CSS properties (e.g., max-width: 100%).

Screenshot 2024-10-06 231842

Karan-purkait commented 21 hours ago

Assgined me for solving this issues