From 218b301505bfa295b9f5cfc4bef92669ed36d936 Mon Sep 17 00:00:00 2001
From: Kira <kira.eva@protonmail.com>
Date: Wed, 17 May 2023 02:17:11 +0100
Subject: Add metatag to make responsive

---
 src/templates/template.html.j2 | 1 +
 1 file changed, 1 insertion(+)

(limited to 'src')

diff --git a/src/templates/template.html.j2 b/src/templates/template.html.j2
index 02da03a..834e798 100644
--- a/src/templates/template.html.j2
+++ b/src/templates/template.html.j2
@@ -1,6 +1,7 @@
 <!DOCTYPE HTML>
 <html>
 <head>
+    <meta name="viewport" content="width=device-width, initial-scale=1">
 	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 	<title>UK Gender Pay Gap :: {{ title }}</title>
 	<!-- JQuery and JQurty UI current version -->
-- 
cgit v1.2.3