diff --git a/youmap/templates/base.html b/youmap/templates/base.html
index 45791c96344d35e5283148d39f1f8f742d468c72..6a06c3dbd0708ae97000cbea5d51cfd8569dfe79 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 %}">