diff of d79cfd0065561746d5e7f4cce892bf023668ebb7

d79cfd0065561746d5e7f4cce892bf023668ebb7
diff --git a/src/view/components/root.lisp b/src/view/components/root.lisp
index 167e0e6..0d99c40 100644
--- a/src/view/components/root.lisp
+++ b/src/view/components/root.lisp
@@ -74,6 +74,7 @@
 		(:head
 		 (:link :href "/resources/murja.css" :rel "stylesheet" :type "text/css")
 		 (:meta :charset "UTF-8")
+		 (:meta :name "viewport" :content "width=device-width,initial-scale=1.0")
 		 (dolist (head-element *inject-to-head*)
 		   (funcall head-element)))