diff --git a/src/lib/components/Questions.svelte b/src/lib/components/Questions.svelte index 9cd7b92..d9cd759 100644 --- a/src/lib/components/Questions.svelte +++ b/src/lib/components/Questions.svelte @@ -260,7 +260,9 @@ {#if $data.portraitAccepted}
{#if isSubmitting} -

Einladung wird abgeschickt

+
+

Einladung wird abgeschickt

+
{:else} {/if} @@ -306,17 +308,14 @@ height: 1px; width: 100%; } + section { color: white; - width: 100%; font-family: 'Parisienne', cursive; max-width: 500px; margin: 0 auto; font-size: 2em; - } - - section { - width: 80%; + width: 70%; border-width: 30px; border-style: solid; border-image: url(/border.svg);