chore(docs): update handle styles

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-05-02 23:27:09 +02:00
committed by Braks
parent 87c55541dd
commit 926108f2b7
2 changed files with 47 additions and 8 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ onMounted(() => {
</script>
<template>
<div class="relative h-[calc(100vh-var(--vp-nav-height-mobile))] lg:h-[calc(100vh-var(--vp-nav-height)-176px)]">
<div class="relative h-[calc(100vh-var(--vp-nav-height))] lg:h-[calc(100vh-var(--vp-nav-height)-176px)]">
<Intro />
</div>
</template>