view port should be scalable
This commit is contained in:
parent
60e88e0df8
commit
275e3b481d
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
{% seo %}
|
{% seo %}
|
||||||
{% feed_meta %}
|
{% feed_meta %}
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/style.css" type="text/css" />
|
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/style.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/fonts.css" type="text/css" />
|
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/fonts.css" type="text/css" />
|
||||||
<link rel="shortcut icon" href="{{ site.url }}{{ site.logo }}" type="image/png" />
|
<link rel="shortcut icon" href="{{ site.url }}{{ site.logo }}" type="image/png" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue