Skip to content
Snippets Groups Projects
Commit 0c581097 authored by JOLY MICKAEL's avatar JOLY MICKAEL
Browse files

add viewport

parent 6b8d9ce6
Branches
No related merge requests found
......@@ -6,6 +6,7 @@
<link rel="stylesheet" href="{{ asset('css/main.css') }}">
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 128 128%22><text y=%221.2em%22 font-size=%2296%22>⚫️</text></svg>">
<link rel="shortcut icon" href="{{ asset('img/favicon.ico') }}" type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1" />
{# Run `composer require symfony/webpack-encore-bundle` to start using Symfony UX #}
{% block stylesheets %}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment