diff --git a/templates/base.twig b/templates/base.twig index 1edd9ca4bd7cb9c0bcdfd1eb78a592e585bca8b4..249cb2e23c1aaf14d11f43179e46f1fc7f8a1a7f 100644 --- a/templates/base.twig +++ b/templates/base.twig @@ -2,7 +2,7 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> - <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0"> + <meta name="viewport" content="initial-scale=1.0"> <title>{{ pagetitle }}</title> <link rel="stylesheet" type="text/css" href="/{{ baseurlpath }}resources/default.css"> <link rel="icon" type="image/icon" href="/{{ baseurlpath }}resources/icons/favicon.ico">