summaryrefslogtreecommitdiff
path: root/templates/header.html
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2020-04-15 19:05:33 -0500
committerBlaise Thompson <blaise@untzag.com>2020-04-15 19:05:33 -0500
commit908593022c229a667d0ff2625fd88b65d9331a46 (patch)
treefb123d5d175dbe9164d9c7d6e0327302e10e2424 /templates/header.html
parent8bea031bd0f2db29dc274bd17f4138f808500734 (diff)
update style
Diffstat (limited to 'templates/header.html')
-rw-r--r--templates/header.html2
1 files changed, 1 insertions, 1 deletions
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>