浏览代码

Reduce the default scale for mobile viewports

master
Fen Dweller 5 年前
父节点
当前提交
9230349cd8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      public/index.html

+ 1
- 1
public/index.html 查看文件

@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="viewport" content="width=device-width,initial-scale=0.75">
<link rel="icon" href="https://crux.sexy/images/feast.ico">
<link rel="stylesheet" href="./reset.css"></link>
<title><%= htmlWebpackPlugin.options.title %></title>


正在加载...
取消
保存