Переглянути джерело

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>


Завантаження…
Відмінити
Зберегти