Added head meta for responsiveness

This commit is contained in:
Felipe Martín 2015-06-18 08:47:46 +02:00
parent e9df42f29d
commit 67a74f86b5
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="{% static "css/style.css" %}" charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="stylesheet" href="{% static "css/style.css" %}" charset="utf-8">
<title>{% block page_title %}AmiiboFindr{% endblock %}</title>
</head>