We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaef074 commit fdedd5bCopy full SHA for fdedd5b
routes/+page.svelte
@@ -49,8 +49,8 @@ $effect(() => {
49
</script>
50
51
<div id="container" class="fixed inset-0">
52
- <div class="fixed inset-0 backdrop-blur-xs">
53
- <div class="flex flex-col gap-5 mt-30 m-10 p-5 bg-yellow-400/85 rounded-lg">
+ <div class="fixed inset-0 backdrop-blur-xs flex flex-col justify-center">
+ <div class="flex flex-col gap-5 mb-20 m-10 p-5 bg-yellow-400/85 rounded-lg">
54
<h1 class="text-center mt-6 mb-2">Shortcut Game</h1>
55
<!--TODO: 題名-->
56
<a class="btn modal-btn text-2xl" href="/game?stage=1-1" bind:this={btn1} tabindex="1"> Start from 1-1 </a>
0 commit comments