소스 검색

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>


불러오는 중...
취소
저장