Add viewport meta to scale on phones

Signed-off-by: HackerNCoder <hackerncoder@encryptionin.space>
This commit is contained in:
HackerNCoder 2023-06-11 20:55:56 +00:00
parent 97fad99386
commit a26e996709

View file

@ -1,6 +1,7 @@
<!doctype html> <!doctype html>
<meta charset="utf-8"> <meta charset="utf-8">
<link rel="stylesheet" href="{{ '/static/style.css'|asseturl }}"> <link rel="stylesheet" href="{{ '/static/style.css'|asseturl }}">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{% block title %}Welcome{% endblock %} — Comrades Library</title> <title>{% block title %}Welcome{% endblock %} — Comrades Library</title>
<body> <body>
<header> <header>