Enable viewport scaling for a11y (#2150)
This commit is contained in:
parent
afc9351399
commit
64adc3114c
1 changed files with 1 additions and 2 deletions
|
|
@ -54,8 +54,7 @@
|
|||
<%= javascript_include_tag "application" %>
|
||||
<% end %>
|
||||
<%= yield(:page_meta) %>
|
||||
<%# TODO Remove the zoom restriction, this is pretty bad for a11y %>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<%= favicon_link_tag ApplicationConfig["FAVICON_URL"] %>
|
||||
<link rel="apple-touch-icon" href="<%= asset_path "apple-icon.png" %>">
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="<%= asset_path "apple-icon-152x152.png" %>">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue