File tree 9 files changed +330
-147
lines changed
9 files changed +330
-147
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ import Heart from '~icons/mdi/heart'
3
3
</script >
4
4
5
5
<template >
6
- <div id =" acknowledgement" >
7
- <div class =" border-t-1 border-secondary pt -6" >
6
+ <section id =" acknowledgement" >
7
+ <div class =" border-t-1 border-secondary py -6" >
8
8
<div class =" max-w-3/4 md:max-w-4xl mx-auto py-4 md:py-12 lg:py-12 text-center" >
9
9
<h1 class =" md:(!mb-8) flex justify-center items-center gap-2" ><Heart class =" text-red-500 min-w-8" /> Acknowledgement</h1 >
10
10
@@ -33,5 +33,5 @@ import Heart from '~icons/mdi/heart'
33
33
</p >
34
34
</div >
35
35
</div >
36
- </div >
36
+ </section >
37
37
</template >
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Promise.all([
35
35
</script >
36
36
37
37
<template >
38
- <div class =" w-full dark:(border-white) border-black border-y-1 min-h-44" >
38
+ <section id = " banner " class =" w-full dark:(border-white) border-black border-y-1 min-h-44" >
39
39
<div class =" max-w-full md:max-w-11/12 m-auto py-4 md:py-12 <md:(dark:border-t-1 border-white)" >
40
40
<div class =" grid md:grid-cols-3 gap-3 text-center <md:divide-y md:divide-x dark:divide-white divide-black" >
41
41
<div class =" grid grid-rows-auto gap-2 py-4 md:py-0" >
@@ -56,5 +56,5 @@ Promise.all([
56
56
</div >
57
57
</div >
58
58
</div >
59
- </div >
59
+ </section >
60
60
</template >
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ onBeforeUnmount(stop)
25
25
</script >
26
26
27
27
<template >
28
- <div ref =" el" class =" w-full" >
28
+ <section id = " features " ref =" el" class =" w-full" >
29
29
<div
30
30
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"
31
31
>
@@ -45,5 +45,5 @@ onBeforeUnmount(stop)
45
45
<Additional @pane =" onLoad" />
46
46
</div >
47
47
</div >
48
- </div >
48
+ </section >
49
49
</template >
Original file line number Diff line number Diff line change @@ -17,9 +17,12 @@ onMounted(() => {
17
17
</script >
18
18
19
19
<template >
20
- <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)]" >
20
+ <section
21
+ id =" hero"
22
+ 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)]"
23
+ >
21
24
<Intro />
22
- </div >
25
+ </section >
23
26
</template >
24
27
25
28
<style lang="scss">
Original file line number Diff line number Diff line change 1
1
<script lang="ts" setup></script >
2
2
3
3
<template >
4
- <div
4
+ <section
5
+ id =" showcase"
5
6
class =" border-t-1 border-secondary w-full text-white bg-gradient-to-br from-secondary-500 to-secondary-100 dark:(!bg-none)"
6
7
>
7
8
<div class =" max-w-5/6 2xl:max-w-7xl mx-auto py-12 md:py-16" >
52
53
</div >
53
54
</div >
54
55
</div >
55
- </div >
56
+ </section >
56
57
</template >
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ function scrollTo() {
200
200
<div class =" font-mono flex flex-col gap-4 p-4 items-center text-center" >
201
201
<h1 class =" text-2xl lg:text-4xl !my-0 !pt-0 font-bold" >Vue Flow</h1 >
202
202
203
- <h2 class =" text-lg lg:text-xl font-normal !border-0" >
203
+ <h2 class =" ! text-lg ! lg:text-xl !tracking-normal ! font-normal !p-0 !m-0 ! border-0 !mb-4 " >
204
204
The customizable Vue 3 component bringing interactivity to flowcharts and graphs.
205
205
</h2 >
206
206
</div >
@@ -292,8 +292,9 @@ function scrollTo() {
292
292
transition-colors
293
293
ease-in-out
294
294
rounded-lg
295
- text-white
296
- font-semibold
295
+ !text-white
296
+ !font-semibold
297
+ !no-underline
297
298
text-lg ;
298
299
}
299
300
</style >
Original file line number Diff line number Diff line change 40
40
"unplugin-icons" : " ^0.19.0" ,
41
41
"unplugin-vue-components" : " ^0.27.0" ,
42
42
"vite-plugin-windicss" : " ^1.9.3" ,
43
- "vitepress" : " 1.0.0-rc.40 " ,
43
+ "vitepress" : " 1.2.3 " ,
44
44
"windicss" : " ^3.5.6"
45
45
}
46
46
}
Original file line number Diff line number Diff line change 149
149
}
150
150
151
151
.VPHome {
152
- padding-bottom : 0 !important ;
152
+ @apply !mb-0 ;
153
+ }
154
+
155
+ .vp-doc .container {
156
+ @apply !p-0 !w-full !max-w-full;
153
157
}
154
158
155
159
.VPFooter {
@@ -186,7 +190,7 @@ ul li {
186
190
}
187
191
188
192
.docs-button {
189
- @apply mt-4 z-1 shadow-lg transition-colors duration-200 text-white font-semibold text-lg px-4 py-3 rounded-lg bg-accent dark:shadow-white/10;
193
+ @apply mt-4 z-1 shadow-lg transition-colors duration-200 ! text-white ! font-semibold !no-underline text-lg px-4 py-3 rounded-lg bg-accent dark:shadow-white/10;
190
194
}
191
195
192
196
.examples-button {
You can’t perform that action at this time.
0 commit comments