diff options
-rw-r--r-- | project/templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project/templates/base.html b/project/templates/base.html index 090dc5c..764f81b 100644 --- a/project/templates/base.html +++ b/project/templates/base.html @@ -2,6 +2,7 @@ <html lang="en"> <head> <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> <title>{% block title %}{% endblock %}</title> <link href="/css/default.css" rel="stylesheet"> {% block style %} |