SeattleColleges / nsc-events-nextjs

NSC Events Web Application
MIT License
5 stars 5 forks source link

nsc-events-nextjs_9_509-responsive-ui-for-event-detail-page #516

Closed heosman closed 2 months ago

heosman commented 2 months ago

Resolves #509

This PR implements responsive design for the Event Detail page (up to the smallest mobile screen, which is 320 px). There was a lot that need to be adjusted with the structure of the page, buttons, and the arrow icons. I also enabled scrolling in the event card, which is useful for events with longer descriptions, and other fields.

Event Detail page on a desktop/laptop screen:

image

Event Detail page on a tablet screen (768 px width, using dev tools):

image

Event Detail page on a mobile screen (375 px width, using dev tools):

image
MuhammadNSC commented 2 months ago

Using the dev tools i toggle between the different devices screen modes and it works well. The page should display properly on all different size screens.

Screenshot 2024-07-06 at 10 07 34 PM Screenshot 2024-07-06 at 10 08 04 PM