uclaacm / opensource

opensource @ acm, work-in-progress
https://opensource.uclaacm.com
MIT License
11 stars 6 forks source link

Bug: Unresponsive Projects Page #202

Open snigdha-kansal opened 5 days ago

snigdha-kansal commented 5 days ago

Issue

The Projects Page is currently not responsive on mobile view. The CSS layout becomes distorted causing elements to not display properly as shown below:

image

<>

image

Proposed Solution

Implement responsive design using flexible units (e.g., %, vw, rem) and media queries to ensure the layout adapts to smaller screen sizes. Utilize Flexbox or CSS Grid to maintain proper element alignment and prevent overflow across all devices.

The projects should be laid out in a style similar to how it's done for the mobile view of Team Page on the ACM @ UCLA Website.

A good resource to refer to would be the intern training.

ansh-saini commented 19 hours ago

Hi, can I work on this?