Revert "Add viewport meta to scale on phones"

This reverts commit a26e996709.
This commit is contained in:
HackerNCoder 2023-06-11 21:01:48 +00:00
parent a26e996709
commit 0458aaf200

View file

@ -1,7 +1,6 @@
<!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>