Small changes (kidding)

This commit is contained in:
Mawoka
2022-02-28 17:14:47 +01:00
parent 4f668748e1
commit 805258c5ff
19 changed files with 4008 additions and 2647 deletions
+4 -5
View File
@@ -3,8 +3,7 @@
export let description: string;
</script>
<div class='flex flex-col justify-center w-screen h-screen'>
<h1 class='text-7xl text-center'>{title}</h1>
<p class='text-3xl pt-8 text-center'>{description}</p>
</div>
<div class="flex flex-col justify-center w-screen h-screen">
<h1 class="text-7xl text-center">{title}</h1>
<p class="text-3xl pt-8 text-center">{description}</p>
</div>