chore(docs): update vitepress to latest (#1468)

* chore(docs): update vitepress to latest

* chore(docs): cleanup styles
This commit is contained in:
Braks
2024-06-10 15:11:40 +02:00
committed by GitHub
parent 78f2635c5e
commit 5dc8711a6b
9 changed files with 358 additions and 175 deletions
+5 -2
View File
@@ -17,9 +17,12 @@ onMounted(() => {
</script>
<template>
<div class="relative min-h-250 h-[calc(100vh-var(--vp-nav-height))] lg:min-h-100 lg:h-[calc(100vh-var(--vp-nav-height)-176px)]">
<section
id="hero"
class="relative min-h-250 h-[calc(100vh-var(--vp-nav-height))] lg:min-h-100 lg:h-[calc(100vh-var(--vp-nav-height)-176px)]"
>
<Intro />
</div>
</section>
</template>
<style lang="scss">