Prevent user scale in HTML
This commit is contained in:
parent
1e1846d501
commit
f0abdf3966
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
<title>Refunds • {% block title %}{% endblock %}</title>
|
<title>Refunds • {% block title %}{% endblock %}</title>
|
||||||
|
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, max-scale=1.0, user-scalable=no">
|
||||||
|
|
||||||
{% block javascript %}
|
{% block javascript %}
|
||||||
<script src="https://code.jquery.com/jquery-2.2.3.min.js"
|
<script src="https://code.jquery.com/jquery-2.2.3.min.js"
|
||||||
|
@ -40,4 +40,4 @@
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue