diff options
| author | Eva <evauwu@riseup.net> | 2023-05-17 08:30:32 +0200 |
|---|---|---|
| committer | Eva <evauwu@riseup.net> | 2024-03-21 22:23:45 +0100 |
| commit | 6b0c3cfc7f99d658c1c37e9915f7f089feb5024e (patch) | |
| tree | c5bf50c51b186e8716074973db9e368b47d0834e | |
| parent | 782f0690318d21e9e09ac88984afc59a1812b888 (diff) | |
client/html: allow mobile browsers to zoom in
| -rw-r--r-- | client/html/index.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/html/index.htm b/client/html/index.htm index 0072890..2f0f4e4 100644 --- a/client/html/index.htm +++ b/client/html/index.htm @@ -2,7 +2,7 @@ <html> <head> <meta charset='utf-8'/> - <meta name='viewport' content='width=device-width, initial-scale=1, maximum-scale=1'/> + <meta name='viewport' content='width=device-width, initial-scale=1.0'> <meta name='theme-color' content='#24aadd'/> <meta name='apple-mobile-web-app-capable' content='yes'/> <meta name='apple-mobile-web-app-status-bar-style' content='black'/> |