Skip to content

Commit

Permalink
Change viewport meta tag to allow zooming (#1667)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonjhiggins committed Feb 16, 2024
1 parent 81d2732 commit a49005e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/layouts/layout.erb
Expand Up @@ -28,7 +28,7 @@ under the License.
<head>
<meta charset="utf-8">
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<% if current_page.data.key?('meta') %>
<% current_page.data.meta.each do |meta| %>
<meta
Expand Down

0 comments on commit a49005e

Please sign in to comment.