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
+2 -2
View File
@@ -25,7 +25,7 @@ onBeforeUnmount(stop)
</script>
<template>
<div ref="el" class="w-full">
<section id="features" ref="el" class="w-full">
<div
class="flex flex-col divide-y divide-secondary md:divide-y-0 gap-12 md:gap-24 lg:gap-36 max-w-5/6 2xl:max-w-7xl m-auto py-12 md:py-24 text-center md:text-left"
>
@@ -45,5 +45,5 @@ onBeforeUnmount(stop)
<Additional @pane="onLoad" />
</div>
</div>
</div>
</section>
</template>