aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates
diff options
context:
space:
mode:
authorEden Attenborough <eddie.atten.ea29@gmail.com>2023-05-17 13:06:54 +0100
committerGitHub <noreply@github.com>2023-05-17 13:06:54 +0100
commitb8832094f9f9c21e13e18d679b46005716e7fb9a (patch)
tree09bf02a2c7f9ed7b5733f39ddc37854dbba49c51 /src/templates
parent665bf3fe78aa28f91090783d35db3666e10258a8 (diff)
parentf2bd84f516654fd7d8bdd34199842abefb0e3b24 (diff)
downloadUKGenderPayGap-b8832094f9f9c21e13e18d679b46005716e7fb9a.tar.gz
UKGenderPayGap-b8832094f9f9c21e13e18d679b46005716e7fb9a.zip
Merge pull request #2 from kira0x1/Feature/Responsive
Make charts responsive
Diffstat (limited to 'src/templates')
-rw-r--r--src/templates/template.html.j21
1 files changed, 1 insertions, 0 deletions
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 -->