From 23a51324b694771ad75b7f4386cf354e34d67b00 Mon Sep 17 00:00:00 2001
From: Yohan Boniface <yb@enix.org>
Date: Sat, 22 Dec 2012 12:15:00 +0100
Subject: [PATCH] Add a meta viewport

---
 youmap/templates/base.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youmap/templates/base.html b/youmap/templates/base.html
index 45791c9..6a06c3d 100644
--- a/youmap/templates/base.html
+++ b/youmap/templates/base.html
@@ -16,7 +16,7 @@
     {% block extra_head %}
         <link rel="stylesheet" href="{{ STATIC_URL }}storage/contrib/css/storage.ui.default.css">
     {% endblock extra_head %}
-
+    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
 </head>
 <body class="{% block body_class %}{% endblock %}">
 
-- 
GitLab