feat: improve some styles
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
<script lang="ts">
|
||||
import FadeIn from '$lib/components/FadeIn.svelte';
|
||||
import Questions from '$lib/components/Questions.svelte';
|
||||
import TextSplit from '$lib/components/TextSplit.svelte';
|
||||
import Button from '$lib/components/button.svelte';
|
||||
@ -9,6 +8,7 @@
|
||||
import Maskenball from '$lib/components/maskenball.svelte';
|
||||
import { onMount } from 'svelte';
|
||||
import { fade } from 'svelte/transition';
|
||||
|
||||
let curtainsVisible = false;
|
||||
let buttonVisible = false;
|
||||
let maskVisible = false;
|
||||
@ -18,10 +18,6 @@
|
||||
|
||||
onMount(() => {
|
||||
curtainsVisible = true;
|
||||
// curtainsVisible = false;
|
||||
// maskVisible = true;
|
||||
// maskSmall = true;
|
||||
// questionVisible = true;
|
||||
setTimeout(() => {
|
||||
buttonVisible = true;
|
||||
}, 1500);
|
||||
@ -95,7 +91,7 @@
|
||||
}
|
||||
|
||||
:global(.center.maskSmall > p) {
|
||||
font-size: 2em;
|
||||
font-size: min(5vw, 2em);
|
||||
}
|
||||
|
||||
.einladung {
|
||||
|
Reference in New Issue
Block a user