Commit 033adf60 authored by Ryan Beymer's avatar Ryan Beymer

flask-admin/flask-admin#1486 - meta tag -...

flask-admin/flask-admin#1486 - meta tag - https://getbootstrap.com/docs/4.1/getting-started/introduction/#responsive-meta-tag
parent 46d64f69
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
{% block head_meta %} {% block head_meta %}
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content=""> <meta name="description" content="">
<meta name="author" content=""> <meta name="author" content="">
{% endblock %} {% endblock %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment