Remove parent binding to child

This commit is contained in:
2025-01-09 18:58:31 +01:00
parent 4d6b61e90e
commit 0e5dd00816
5 changed files with 991 additions and 893 deletions

View File

@@ -9,11 +9,11 @@ import Container from "../components/Container.svelte";
<meta name="generator" content={Astro.generator} />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"
/>
<title>Astro</title>
</head>
<body class="flex h-dvh w-screen items-center justify-center">
<body class="flex h-dvh w-screen items-center justify-center overflow-hidden">
<Container client:load />
</body>
</html>