add a viewport so iphone stops reflowing

This commit is contained in:
Ted Unangst 2019-04-18 19:09:04 -04:00
parent ff0e899b7a
commit 131106f631
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
<link href="/local.css{{ .LocalStyleParam }}" rel="stylesheet"> <link href="/local.css{{ .LocalStyleParam }}" rel="stylesheet">
{{ end }} {{ end }}
<link href="/icon.png" rel="icon"> <link href="/icon.png" rel="icon">
<meta name="viewport" content="width=720px, initial-scale=0.4">
</head> </head>
<body> <body>
<div class="header"> <div class="header">