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.
2 parents 7a61630 + ee360c1 commit afea505Copy full SHA for afea505
src/routes/+page.svelte
@@ -80,7 +80,11 @@
80
/>
81
</div>
82
83
- <Heading tag="h2" class="mt-36 mb-3" customSize="text-xl font-medium md:text-2xl lg:text-3xl">
+ <div class="flex flex-wrap justify-center items-center">
84
+ <Button href="/problems" class="w-full sm:w-5/6 md:w-1/3 m-2">問題一覧へ</Button>
85
+ </div>
86
+
87
+ <Heading tag="h2" class="mt-36 mb-3" customSize="text-xl font-medium md:text-2xl lg:text-3xl">
88
(開発中) 問題集で得意を伸ばす・苦手を克服
89
</Heading>
90
0 commit comments