From 3e202285f8736fed84638bfd8c087bd358a74c21 Mon Sep 17 00:00:00 2001 From: AB0410 <ab0410@student.jamk.fi> Date: Thu, 26 Jan 2023 16:48:56 +0200 Subject: [PATCH] Update WV8/index.html --- WV8/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WV8/index.html b/WV8/index.html index 2794c24..3348f70 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> -- GitLab