diff --git a/app/templates/base.html b/app/templates/base.html
index 99661e3f18558a53f4ecc9cf6889c25eab4c1bbc..7ba542ef15d68fa991b3787b065bed6e36be8509 100644
--- a/app/templates/base.html
+++ b/app/templates/base.html
@@ -8,6 +8,7 @@
 		<link href="{{ url_for('static', filename='css/style.css') }}" rel="stylesheet">
 		{% endblock %}
 		<link rel="shortcut icon" href="{{ url_for('static', filename='img/favicon.ico') }}">
+		<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
 	</head>
 	<body>
 		{% include "navbar.html" %}