Closed Jen-Harris closed 7 years ago
Just came to raise this :)
More info here: https://developer.mozilla.org/en/docs/Mozilla/Mobile/Viewport_meta_tag
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.
@ameliejyc Nice one, looks great :)
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