🎨 Ran prettier

This commit is contained in:
Mawoka
2022-03-06 11:26:08 +01:00
parent 8a6f64dbc8
commit b8c0ba0179
16 changed files with 3626 additions and 2773 deletions
+9 -9
View File
@@ -1,20 +1,20 @@
<script lang="ts">
import {navbarVisible} from '$lib/stores';
import { navbarVisible } from '$lib/stores';
navbarVisible.set(true);
</script>
<section>
<div class='pt-12 text-center'>
<h1 class='sm:text-8xl text-6xl mt-6 marck-script'>ClassQuiz</h1>
<p class='text-xl mt-4'>The open-source quiz-platform!</p>
<div class="pt-12 text-center">
<h1 class="sm:text-8xl text-6xl mt-6 marck-script">ClassQuiz</h1>
<p class="text-xl mt-4">The open-source quiz-platform!</p>
</div>
</section>
<section id='features'>
<div class='text-center pt-48 snap-y'>
<h1 class='sm:text-6xl text-4xl'>Features</h1>
<p class='text-xl pt-4'>
<section id="features">
<div class="text-center pt-48 snap-y">
<h1 class="sm:text-6xl text-4xl">Features</h1>
<p class="text-xl pt-4">
ClassQuiz is a quiz-platform that allows you to create and manage quizzes.
<br>
<br />
Other than that, there are no features.
</p>
</div>