umts / BusInfoBoard

A place to view bus arrival information from Avail's JSON feed
Apache License 2.0
15 stars 3 forks source link

Adjust CSS for other screen sizes #42

Closed werebus closed 6 years ago

werebus commented 7 years ago

We currently have three layouts:

  1. >900px wide: multiple stops are placed 2 side-by-side
  2. <900px, >xs(576px): same as above, but one stop wide
  3. xs: Stacked info (for phones)

Given that we're moving away from using this as a mobile app substitute, and that we've had some request to make the board more information-dense for embedding, maybe worth looking at the layout presets again.

werebus commented 6 years ago

Taken care of by #51