diff options
author | Blaise Thompson <blaise@untzag.com> | 2020-04-15 19:05:33 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2020-04-15 19:05:33 -0500 |
commit | 908593022c229a667d0ff2625fd88b65d9331a46 (patch) | |
tree | fb123d5d175dbe9164d9c7d6e0327302e10e2424 /templates/header.html | |
parent | 8bea031bd0f2db29dc274bd17f4138f808500734 (diff) |
update style
Diffstat (limited to 'templates/header.html')
-rw-r--r-- | templates/header.html | 2 |
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> |