Added mobile viewport
This commit is contained in:
parent
c5691f5e88
commit
45e1274635
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
<head>
|
||||
<title>{% block title %}{% endblock %} | Arrow Counter</title>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-rc.2/css/materialize.min.css">
|
||||
<link rel="stylesheet" href="{% static "css/main.css" %}">
|
||||
|
|
Loading…
Reference in a new issue