docs: center intro text
This commit is contained in:
@@ -122,8 +122,8 @@ onPaneReady(({ fitView }) => {
|
|||||||
<template v-if="props.id === 'intro'">
|
<template v-if="props.id === 'intro'">
|
||||||
<div class="max-w-[500px]">
|
<div class="max-w-[500px]">
|
||||||
<BoxNode class="intro">
|
<BoxNode class="intro">
|
||||||
<div class="font-mono flex flex-col gap-4 p-4 items-center">
|
<div class="font-mono flex flex-col gap-4 p-4 items-center text-center">
|
||||||
<h1 class="pointer-events-none text-2xl lg:text-4xl text-center">Visualize your ideas with Vue Flow</h1>
|
<h1 class="pointer-events-none text-2xl lg:text-4xl">Visualize your ideas with Vue Flow</h1>
|
||||||
<h2 class="pointer-events-none text-lg lg:text-xl font-normal">
|
<h2 class="pointer-events-none text-lg lg:text-xl font-normal">
|
||||||
A customizable Vue.js library for building node-based editors and diagrams.
|
A customizable Vue.js library for building node-based editors and diagrams.
|
||||||
</h2>
|
</h2>
|
||||||
|
|||||||
Vendored
+1
@@ -12,6 +12,7 @@ declare module 'vue' {
|
|||||||
Features: typeof import('./../../components/home/Features.vue')['default']
|
Features: typeof import('./../../components/home/Features.vue')['default']
|
||||||
Home: typeof import('./../../components/home/Home.vue')['default']
|
Home: typeof import('./../../components/home/Home.vue')['default']
|
||||||
Input: typeof import('./../../components/home/nodes/Input.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']
|
Nested: typeof import('./../../components/home/Nested.vue')['default']
|
||||||
Output: typeof import('./../../components/home/nodes/Output.vue')['default']
|
Output: typeof import('./../../components/home/nodes/Output.vue')['default']
|
||||||
RGB: typeof import('./../../components/home/RGB.vue')['default']
|
RGB: typeof import('./../../components/home/RGB.vue')['default']
|
||||||
|
|||||||
Reference in New Issue
Block a user