Skip to content

Commit

Permalink
Merge pull request #15 from NatLibFi/NatLibFi-JoonaKupe-enable_scaling
Browse files Browse the repository at this point in the history
Update header.html
  • Loading branch information
NatLibFi-JoonaKupe authored Aug 2, 2024
2 parents 9d1fb61 + 7c7915a commit 1e26e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<head>
<title>{{ title }}</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<meta name="viewport" content="width=device-width, initial-scale=0.7, maximum-scale=2.0, user-scalable=1">
{% block head %}
{{ bootstrap.load_css() }}
{% endblock %}
Expand Down

0 comments on commit 1e26e02

Please sign in to comment.