From b63cf52bb3e46845024f5e795de0a9e882ebef46 Mon Sep 17 00:00:00 2001
From: Bo-Chun Louis Chen <louistw@uab.edu>
Date: Mon, 4 Jun 2018 15:24:43 -0500
Subject: [PATCH] Fixed page that is not responsive

---
 app/templates/base.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/templates/base.html b/app/templates/base.html
index 99661e3..7ba542e 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" %}
-- 
GitLab