aboutsummaryrefslogtreecommitdiff
path: root/budget/templates/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'budget/templates/layout.html')
-rw-r--r--budget/templates/layout.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/budget/templates/layout.html b/budget/templates/layout.html
index 3f2c35d..6ecff41 100644
--- a/budget/templates/layout.html
+++ b/budget/templates/layout.html
@@ -4,6 +4,7 @@
<head>
<title>{{ _("Account manager") }}{% block title %}{% endblock %}</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel=stylesheet type=text/css href="{{ url_for("static", filename='css/main.css') }}">
<script src="{{ url_for("static", filename="js/jquery-3.1.1.min.js") }}"></script>
<script src="{{ url_for("static", filename="js/ihatemoney.js") }}"></script>