Spaces:
Runtime error
Runtime error
limit viewport
Browse files- frontend/src/app.html +1 -1
frontend/src/app.html
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
<head>
|
5 |
<meta charset="utf-8" />
|
6 |
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
|
7 |
-
<meta name="viewport" content="width=device-width" />
|
8 |
%sveltekit.head%
|
9 |
</head>
|
10 |
<!-- <body class="dark:bg-[rgb(11,15,25)] bg-white dark:text-white text-black"> -->
|
|
|
4 |
<head>
|
5 |
<meta charset="utf-8" />
|
6 |
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
|
7 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
8 |
%sveltekit.head%
|
9 |
</head>
|
10 |
<!-- <body class="dark:bg-[rgb(11,15,25)] bg-white dark:text-white text-black"> -->
|