docs: center intro text

This commit is contained in:
Braks
2022-04-11 11:30:10 +02:00
parent dc5ca5d1d6
commit b704bc6e11
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -12,6 +12,7 @@ declare module 'vue' {
Features: typeof import('./../../components/home/Features.vue')['default']
Home: typeof import('./../../components/home/Home.vue')['default']
Input: typeof import('./../../components/home/nodes/Input.vue')['default']
Intro: typeof import('./../../components/home/flows/Intro.vue')['default']
Nested: typeof import('./../../components/home/Nested.vue')['default']
Output: typeof import('./../../components/home/nodes/Output.vue')['default']
RGB: typeof import('./../../components/home/RGB.vue')['default']