diff options
Diffstat (limited to 'templates/home.html')
| -rw-r--r-- | templates/home.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/home.html b/templates/home.html index 00c4776..f8b7b7e 100644 --- a/templates/home.html +++ b/templates/home.html @@ -3,7 +3,7 @@ <head> <meta charset="UTF-8"> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0"> <title> OmniSearch </title> @@ -39,4 +39,4 @@ </div> </body> -</html>
\ No newline at end of file +</html> |
