Allow users to zoom

This is useful for users with bad eyes, since it
allows them to zoom on the page.
This commit is contained in:
jvoisin 2020-12-21 17:11:19 +01:00 committed by Artem Baskal
parent 6f50a4c964
commit 8e793261e6
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, shrink-to-fit=no">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=10, shrink-to-fit=no">
<meta name="theme-color" content="#000000">
<meta name="google" content="notranslate">
<meta http-equiv="x-dns-prefetch-control" content="off">