diff --git a/WV8/index.html b/WV8/index.html index 2794c244737d6cd61fa6cba3643d09f24d5d452f..3348f70175fb3e6fdb96c26d70da16545ee74486 100644 --- a/WV8/index.html +++ b/WV8/index.html @@ -2,7 +2,7 @@ <html> <head> <title>CSS3 Advanced</title> -<meta name="viewport" content="width=device-width, initial-scale=1.0"> +<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0' /> <link rel="stylesheet" href="styles.css"> </head> @@ -42,4 +42,4 @@ </main> </body> -</html> \ No newline at end of file +</html>