mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 19:26:38 -05:00
Add shrink-to-fit=no to the viewport
This commit is contained in:
parent
d36ae59e0c
commit
ed380f804f
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue