Viewport fix

This commit is contained in:
reverend 2020-08-31 18:28:12 +02:00
parent 7a3b8529f8
commit 843832d978

View File

@ -2,8 +2,10 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="{% static 'main.css' %}"> <link rel="stylesheet" href="{% static 'main.css' %}">
<link rel="icon" type="image/png" href="{% static 'favicon.ico' %}"> <link rel="icon" type="image/png" href="{% static 'favicon.ico' %}">
<title> <title>
@ -80,4 +82,5 @@
</main> </main>
</div> </div>
</body> </body>
</html> </html>