STEP-Pod-Capstone-Project / Capstone-Project

https://book-book-app.appspot.com
Apache License 2.0
4 stars 0 forks source link

Fix mobile ClubGridItems and UserCards #109

Closed steven-solar closed 4 years ago

steven-solar commented 4 years ago

ClubGridItems and UserCards were given the same 3 and 2 columns, respectively on all screen sizes. On mobile devices with smaller screens, they appeared to be "smushed" and hard to read/interact with:

image Screenshot 2020-07-28 at 8 17 06 AM

This PR fixes these issues by giving them varying column sizes for xs, sm and md screens. For example, here are the new ClubGridItems. The UserCards were changed similarly.

Screenshot 2020-07-28 at 12 13 45 AM