FAC-11 / jaam-todo-list

https://FAC-11.github.io/jaam-todo-list
0 stars 0 forks source link

Address mobile usability #27

Closed Jen-Harris closed 7 years ago

Jen-Harris commented 7 years ago

Perhaps insert meta viewport in html in order to prevent scaling on mobile: <meta name="viewport" content="width=device-width, initial-scale=1.0">

Currently becomes v small in mobile devices

oliverjam commented 7 years ago

Just came to raise this :)

More info here: https://developer.mozilla.org/en/docs/Mozilla/Mobile/Viewport_meta_tag

ameliejyc commented 7 years ago

Thank you - I've added the meta viewport and added some media queries in the css to make some font sizes and a button bigger.

oliverjam commented 7 years ago

@ameliejyc Nice one, looks great :)