Browse Source

Reduce the default scale for mobile viewports

master
Fen Dweller 5 years ago
parent
commit
9230349cd8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      public/index.html

+ 1
- 1
public/index.html View File

@@ -3,7 +3,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <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="icon" href="https://crux.sexy/images/feast.ico">
<link rel="stylesheet" href="./reset.css"></link> <link rel="stylesheet" href="./reset.css"></link>
<title><%= htmlWebpackPlugin.options.title %></title> <title><%= htmlWebpackPlugin.options.title %></title>


Loading…
Cancel
Save