From 908593022c229a667d0ff2625fd88b65d9331a46 Mon Sep 17 00:00:00 2001 From: Blaise Thompson <blaise@untzag.com> Date: Wed, 15 Apr 2020 19:05:33 -0500 Subject: update style --- templates/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/header.html') diff --git a/templates/header.html b/templates/header.html index e913fc1..67bc013 100644 --- a/templates/header.html +++ b/templates/header.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <html> <head> - <meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> + <meta charset="utf-8" name="viewport" content="width=80ch"> <title>{{ title }}</title> <link rel="stylesheet" href="style.css"> </head> -- cgit v1.2.3