Viewport: use base width of 1024
This commit is contained in:
parent
7ae82024ad
commit
4e419a9dc9
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
|
||||
<meta name="viewport" content="width=1024">
|
||||
<title><%= Setting.get('product_name') %></title>
|
||||
<%= stylesheet_link_tag "application", :media => 'all' %>
|
||||
<%= stylesheet_link_tag "application-print", :media => 'print' %>
|
||||
|
|
Loading…
Reference in a new issue