Skip to content

Commit

Permalink
Added viewport meta
Browse files Browse the repository at this point in the history
  • Loading branch information
tdiam committed Nov 18, 2017
1 parent 8ad1749 commit 28927f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/views/theme.twig
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<head>
<link rel="stylesheet" href="{{ asset('css/app.css') }}">
<link rel="stylesheet" href="{{ asset('css/animate.css') }}">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
{% block head %}
<title>{% block title %}{% endblock %}</title>
{% endblock -%}
Expand Down

0 comments on commit 28927f6

Please sign in to comment.