Remove viewport

merge-requests/30/head
Bob Mottram 2022-11-27 13:24:34 +00:00
parent 2ff5e00fb8
commit f41d52630b
1 changed files with 0 additions and 1 deletions

View File

@ -717,7 +717,6 @@ def html_header_with_external_style(css_filename: str, instance_title: str,
metadata + \
' <meta name="apple-mobile-web-app-status-bar-style" ' + \
'content="' + pwa_theme_background_color + '">\n' + \
' <meta name="viewport" content="initial-scale=1">\n' + \
' <title>' + instance_title + '</title>\n' + \
' </head>\n' + \
' <body>\n'