feat(docs): Add guide index page

This commit is contained in:
Braks
2022-04-04 21:42:48 +02:00
parent ae18d231b0
commit 3bc0e878a2
5 changed files with 78 additions and 9 deletions
+18 -1
View File
@@ -143,7 +143,7 @@ onPaneReady(({ fitView }) => {
</VueFlow>
</div>
</template>
<style scoped>
<style>
.intro {
@apply cursor-pointer
bg-green-500
@@ -175,4 +175,21 @@ onPaneReady(({ fitView }) => {
button:focus {
outline: none;
}
h1 {
@apply text-xl lg:text-4xl mb-4 font-bold;
}
h2 {
@apply text-lg lg:text-2xl mb-4 font-semibold;
}
p {
@apply text-md lg:text-lg;
}
p ~ h1,
p ~ h2 {
@apply mt-6;
}
</style>