Skip to content

Commit

Permalink
Added viewport settings for mobile browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
jdan committed Sep 29, 2013
1 parent 7390bb8 commit 2802a99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/layout.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html>
<head>
<meta charset="{{encoding}}">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<title>{{title}}</title>
<style type="text/css">
{{{style}}}
Expand Down

0 comments on commit 2802a99

Please sign in to comment.