From 7bc98852f185ff57373920dc1fb4ca4fa2cb7740 Mon Sep 17 00:00:00 2001 From: Clinton Ebadi Date: Mon, 2 Dec 2019 20:03:03 -0500 Subject: [PATCH] templates: add viewport meta tag to header It turns out not having the viewport meta tag set is the entire reason the site has looked awful on mobile browsers since about ... 2012. Whoops! --- templates/header.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/header.html b/templates/header.html index 8aad3b6..f043662 100644 --- a/templates/header.html +++ b/templates/header.html @@ -11,6 +11,8 @@ + -- 2.20.1