covid19-dash / covid-dashboard

Help welcomed if you have expertise in public health web technology, data modeling and munging, or visualization.
https://covid19-dash.github.io/
BSD 3-Clause "New" or "Revised" License
131 stars 41 forks source link

Increase the font size of the table on mobile phones #78

Closed GaelVaroquaux closed 4 years ago

GaelVaroquaux commented 4 years ago

The table is too small to be useful on small devices such as mobile phones.

I tried in #77 to enable automatic font size on it, but it didn't work.

We should use media queries to change the CSS on high-dpi devices (as in https://gist.github.com/marcedwards/3446599 for instance).

We should make the fonts bigger (say 1.5 times bigger), but we could make the tick button even much bigger (say 2 times bigger) to facilitate clicking it on a mobile phone.

GaelVaroquaux commented 4 years ago

Fixed in #77