Skip to content

Commit a01d65c

Browse files
committed
Remove zoom prevention for accessibility
1 parent bd7e4ed commit a01d65c

File tree

1 file changed

+1
-1
lines changed
  • themes/CodeMeta-Pyramids/layouts/partials

1 file changed

+1
-1
lines changed

themes/CodeMeta-Pyramids/layouts/partials/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<head>
22
<meta charset="utf-8" />
33
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
4-
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, shrink-to-fit=no' name='viewport' />
4+
<meta content='width=device-width, initial-scale=1.0, shrink-to-fit=no' name='viewport' />
55

66
{{ with .Site.Params.name }}<meta name="author" content="{{ . }}">{{ end }}
77
{{ with .Site.Params.role }}<meta name="description" content="{{ . }}">{{ end }}

0 commit comments

Comments
 (0)