From 90a4625e8bfa1b239a444bdb88ab627afd3636aa Mon Sep 17 00:00:00 2001 From: rlacko <rlacko@sch.bme.hu> Date: Sun, 26 Jan 2020 18:20:30 +0100 Subject: [PATCH] fix mobil view --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index e1b4c45..0f7dc38 100644 --- a/public/index.html +++ b/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, shrink-to-fit=no"> + <!-- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> --> <meta name="theme-color" content="#000000"> <!-- manifest.json provides metadata used when your web app is added to the -- GitLab