Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit 3ffa559

Browse files
feat(public): set responsive viewport meta tag in index.html
https://material-ui.com/getting-started/usage/#responsive-meta-tag
1 parent 57d016c commit 3ffa559

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

public/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
<meta charset="utf-8" />
55
<meta http-equiv="x-ua-compatible" content="ie=edge,chrome=1" />
66
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
7-
<meta name="viewport" content="width=device-width,initial-scale=1" />
7+
<meta
8+
name="viewport"
9+
content="minimum-scale=1,initial-scale=1,width=device-width,shrink-to-fit=no"
10+
/>
811
<meta name="theme-color" content="#000" />
912
<meta name="description" content="Ideate with vinch." />
1013
<link rel="apple-touch-icon" href="logo192.png" />

0 commit comments

Comments
 (0)