Skip to content

Commit

Permalink
add meta viewport to head
Browse files Browse the repository at this point in the history
  • Loading branch information
jannypie committed Apr 23, 2015
1 parent 7379b53 commit 5ebfec1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
<%= csrf_meta_tags %>
<link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css' >
<link href='https://fonts.googleapis.com/css?family=Lato:300,400,900' rel='stylesheet' type='text/css'>

<!-- Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<% if user_signed_in? %>
<body id="<%= current_user.username %>">
Expand Down

0 comments on commit 5ebfec1

Please sign in to comment.