Remove mobile meta tag to fix mobile scaling issue.
This commit is contained in:
parent
e8c7ba78bf
commit
ed217d4fa0
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<!-- <meta name="viewport" content="width=device-width" /> -->
|
||||
<title>Starlight</title>
|
||||
|
||||
<link href="index.css" rel="stylesheet" />
|
||||
|
|
Loading…
Reference in a new issue