Skip to content

Commit

Permalink
Update header.html initial scale back to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
natlibfi-psams authored Aug 5, 2024
1 parent 1e26e02 commit d51616a
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=0.7, maximum-scale=2.0, user-scalable=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=2.0, user-scalable=1">
{% block head %}
{{ bootstrap.load_css() }}
{% endblock %}
Expand Down

0 comments on commit d51616a

Please sign in to comment.