1
0
Fork 0
forked from wezm/wezm.net

Set viewport to 320px

This commit is contained in:
Wesley Moore 2010-06-30 12:31:51 +10:00
parent af340d9efe
commit c8cec6d5cc

View file

@ -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>