docs: cover screen with intro flow

This commit is contained in:
braks
2022-11-08 21:19:39 +01:00
committed by Braks
parent 968c9e94fd
commit 537d4a79e6
3 changed files with 7 additions and 54 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ onMounted(() => {
</script>
<template>
<div class="relative h-[90vh] md:h-[75vh]">
<div class="relative h-[calc(100vh-var(--vp-nav-height-mobile))] lg:h-[calc(100vh-var(--vp-nav-height))]">
<Intro />
</div>
</template>