Skip to content

Commit

Permalink
adding viewport
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Jun 20, 2023
1 parent 22c63f7 commit 6068d2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/base.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="UTF-8">
<title>{% block title %}Mixed Vinyl{% endblock %}</title>

<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" sizes="180x180" href="{{ asset('apple-touch-icon.png') }}">
<link rel="icon" type="image/png" sizes="32x32" href="{{ asset('favicon-32x32.png') }}">
<link rel="icon" type="image/png" sizes="16x16" href="{{ asset('favicon-16x16.png') }}">
Expand Down

0 comments on commit 6068d2e

Please sign in to comment.