Skip to content

Commit

Permalink
Update base.html (#185)
Browse files Browse the repository at this point in the history
Added viewport meta tag to fix scaling on mobile devices
  • Loading branch information
m-rm authored Feb 23, 2024
1 parent 090d6eb commit 1ac67b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions survey/templates/survey/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{% block title %}{% endblock title %}</title>
<link rel="icon" href="{% static 'img/favicon.ico'%}"/>
<link href="{% static 'survey/css/bootstrap.min.css'%}" rel="stylesheet" type="text/css"/>
Expand Down

0 comments on commit 1ac67b3

Please sign in to comment.