fix viewport scaling for mobile

This commit is contained in:
f0x 2021-09-13 17:39:29 +02:00
parent 69bb56368d
commit af884de8f9

View file

@ -8,6 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="og:title" content="GoToSocial Testing Instance">
<meta name="og:description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/assets/base.css">
{{range .stylesheets}}<link rel="stylesheet" href="{{.}}">
{{end}}