Add shrink-to-fit=no to the viewport

This commit is contained in:
Kevin MacMartin 2019-04-03 17:10:46 -04:00
parent d36ae59e0c
commit ed380f804f

View file

@ -6,7 +6,7 @@
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="theme-color" content="#fcfcfc" /> <meta name="theme-color" content="#fcfcfc" />
<title>{{ $page_title }}</title> <title>{{ $page_title }}</title>