loolabs / waterpark

Waterloo's social park
http://waterpark.loo-labs.vercel.app
ISC License
4 stars 0 forks source link

Set up consistent screen width breakpoints #136

Closed xujustinj closed 3 years ago

xujustinj commented 3 years ago

Currently, some of our components avoid using the common media queries in styles/device.ts, in favour of their own styles. We should refactor the whole app to use one consistent set of width media queries that we can plug everywhere.

At the moment I think we have too many breakpoints to work with, so we should sync with design on which points should be breakpoints.

evtyz commented 3 years ago

Resolved with https://github.com/loolabs/waterpark/pull/174.