aboutsummaryrefslogtreecommitdiff
path: root/budget/templates
diff options
context:
space:
mode:
authorLucas Verney <phyks@phyks.me>2017-06-21 14:02:56 +0200
committerAlexis Metaireau <alexis@notmyidea.org>2017-06-21 14:02:56 +0200
commit93235cfc507e60898cf92252d5aa11360d0b8cf6 (patch)
tree782e57d077d0e07b368dfdde24a576429839e529 /budget/templates
parent9dd6a6d18ff86e0743ef1f124ccc26d56a6b7466 (diff)
downloadihatemoney-mirror-93235cfc507e60898cf92252d5aa11360d0b8cf6.zip
ihatemoney-mirror-93235cfc507e60898cf92252d5aa11360d0b8cf6.tar.gz
ihatemoney-mirror-93235cfc507e60898cf92252d5aa11360d0b8cf6.tar.bz2
Add meta viewport tag. Fixes #219. (#231)
Diffstat (limited to 'budget/templates')
-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>