That's just because mobile browsers are intentionally broken by default. All you need to get them back to sanity is the following element in your <head>:
<meta name="viewport" content="width=device-width, initial-scale=1">
That's just because mobile browsers are intentionally broken by default. All you need to get them back to sanity is the following element in your <head>:
<meta name="viewport" content="width=device-width, initial-scale=1">