Add viewport meta tag for responsive design

This commit is contained in:
Ross
2026-02-16 10:47:26 +00:00
parent 2f90a21abe
commit f133fc3fd0
+1
View File
@@ -13,6 +13,7 @@
{% endblock %}
</title>
<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 %}
<link href="{% static 'css/bootstrap.min.css' %}" rel="stylesheet">