From aa0b112fe7acd2ae7eeef3ca39739f98b0adce2c Mon Sep 17 00:00:00 2001
From: Paul Duncan <pabs@pablotron.org>
Date: Fri, 6 Mar 2020 21:04:00 -0500
Subject: add meta tag

---
 public/index.html | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/public/index.html b/public/index.html
index eefcf1b..052849b 100644
--- a/public/index.html
+++ b/public/index.html
@@ -2,6 +2,8 @@
 <html lang='en-US'>
   <head>
     <meta charset='utf-8'/>
+    <meta name='viewport' content='width=device-width, initial-scale=1, shrink-to-fit=no'/>
+
     <title>Alonzo Mood Calculator</title>
     <link rel='stylesheet' type='text/css' href='face.css'/>
   </head>
-- 
cgit v1.2.3