Skip to content

Commit a7c74b9

Browse files
authored
deploy fixes (#322)
* upgrade astro, add svelte integration * add host compass * add application link to end of compass * fix positioning on mobile (#321) todo: fix footer jumping when clicking lmao
1 parent f3d29bc commit a7c74b9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/components/compass/quiz.svelte

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
{#if !quizFinished}
2727
{#key currentQuestion}
2828
<div
29-
class="absolute"
3029
in:fly={{ y: 20, duration: 300, delay: 300 }}
3130
out:fly={{ y: -20, duration: 300 }}
3231
>
@@ -46,11 +45,11 @@
4645
{/if}
4746
{:else}
4847
<div
49-
class="absolute flex w-full max-w-lg flex-col items-center gap-4 rounded-xl bg-offset p-4 text-center shadow-lg sm:p-8"
48+
class="flex w-full max-w-lg flex-col items-center gap-4 rounded-xl bg-offset p-4 text-center shadow-lg sm:p-8"
5049
>
5150
<h2 class="text-balance font-bold text-2xl sm:text-4xl">Host Compass</h2>
5251
<h3 class="mb-4">
53-
Unsure which host position to apply for? Fill out the compass!
52+
Unsure which host position to apply for? Follow the compass!
5453
</h3>
5554
<button
5655
class="rounded-full border-4 border-white bg-teknikfokus-600 px-6 py-3 font-bold text-white text-base hover:bg-teknikfokus-500 sm:px-8 sm:py-4 sm:text-lg"

0 commit comments

Comments
 (0)