From 98350be050e4f948e25b0a6c93df83fe5d44eb9c Mon Sep 17 00:00:00 2001
From: senza <maximesenzamici@gmail.com>
Date: Mon, 28 Sep 2020 12:05:37 +0200
Subject: [PATCH] bugfix #208: add viewport tag

---
 src/includes/head.pug | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/includes/head.pug b/src/includes/head.pug
index 81735717..9cb0f8c2 100644
--- a/src/includes/head.pug
+++ b/src/includes/head.pug
@@ -1,6 +1,7 @@
 head
     title CoopStarter
     meta(charset="utf-8")
+    <meta name="viewport" content="width=device-width, initial-scale=1">
     //- script(type="module" src="/scripts/sib-core/dist/polyfill.js")
     //- script(type="module" src="/scripts/sib-core/dist/index.js")
     script(type="module" src="https://unpkg.com/@startinblox/core@0.11")
-- 
GitLab