Add viewport meta tag for responsive design
This commit is contained in:
@@ -13,6 +13,7 @@
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
</title>
|
</title>
|
||||||
<meta name="htmx-config" content='{"selfRequestsOnly": false}' />
|
<meta name="htmx-config" content='{"selfRequestsOnly": false}' />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
{% comment %} <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" /> {% endcomment %}
|
{% comment %} <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" /> {% endcomment %}
|
||||||
<link href="{% static 'css/bootstrap.min.css' %}" rel="stylesheet">
|
<link href="{% static 'css/bootstrap.min.css' %}" rel="stylesheet">
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user