From 8e793261e63e763c5e3004881006ac4efb26771b Mon Sep 17 00:00:00 2001 From: jvoisin <julien.voisin@dustri.org> Date: Mon, 21 Dec 2020 17:11:19 +0100 Subject: [PATCH] Allow users to zoom This is useful for users with bad eyes, since it allows them to zoom on the page. --- client/public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/public/index.html b/client/public/index.html index e841f191..38b1bb8f 100644 --- a/client/public/index.html +++ b/client/public/index.html @@ -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">