Remove mobile meta tag to fix mobile scaling issue.

This commit is contained in:
Starbeamrainbowlabs 2017-01-08 10:23:12 +00:00
parent e8c7ba78bf
commit ed217d4fa0
1 changed files with 1 additions and 1 deletions

View File

@ -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" />