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>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width" />
|
<!-- <meta name="viewport" content="width=device-width" /> -->
|
||||||
<title>Starlight</title>
|
<title>Starlight</title>
|
||||||
|
|
||||||
<link href="index.css" rel="stylesheet" />
|
<link href="index.css" rel="stylesheet" />
|
||||||
|
|
Loading…
Reference in a new issue