forked from wezm/wezm.net
Set viewport to 320px
This commit is contained in:
parent
af340d9efe
commit
c8cec6d5cc
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=devicewidth" />
|
||||
<meta name="viewport" content="width=320px" />
|
||||
<title><%= [@item[:title], 'WezM.net'].compact.join(' • ') %></title>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="/js/html5.js"></script>
|
||||
|
|
Loading…
Reference in a new issue