From 1c9977bc02f70446689ba71d80309f8ce763380c Mon Sep 17 00:00:00 2001 From: Max Richter Date: Sun, 12 Nov 2023 19:00:32 +0100 Subject: [PATCH] feat: some small shit --- src/lib/components/Questions.svelte | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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);