Skip to content
Snippets Groups Projects
Commit 475e2eb0 authored by Jiří Setnička's avatar Jiří Setnička
Browse files

Responzivní design: Nastavujeme viewport

Aby to mobily samy od sebe náhodně nezmenšovaly.
parent 819a17dc
No related branches found
No related tags found
1 merge request!135Responzivní design - základy
......@@ -7,6 +7,7 @@
<link rel="icon" type="image/png" sizes="32x32" href="{{ url_for('static', filename='img/favicon-32x32.png') }}">
<link rel="icon" type="image/png" sizes="16x16" href="{{ url_for('static', filename='img/favicon-16x16.png') }}">
<link rel="shortcut icon" href="{{ url_for('static', filename='img/favicon.ico') }}">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
{% block head %}{% endblock %}
</head>
<body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment