File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
<section class =" flex flex-col w-full max-w-lg" >
6
6
<header class =" flex flex-col justify-center items-start" >
7
7
<h2
8
- class =" text-3xl leading-tight font-medium text-gray-400 mb-2"
8
+ class =" text-2xl md:text- 3xl leading-tight font-medium text-gray-400 mb-2"
9
9
>
10
- Still have question ?
10
+ Can't find what looking for ?
11
11
</h2 >
12
12
<h2
13
13
class =" text-5xl leading-tight font-semibold text-gray-400 mb-4 bg-clip-text text-transparent bg-gradient-to-tl from-fuchsia-500 to-blue-500"
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ await eden.user.age.patch({
45
45
</h2 >
46
46
47
47
<p
48
- class =" text-2xl leading-relaxed text-gray-400 text-left md:text-center w-full max-w-2xl"
48
+ class =" text-xl md:text- 2xl leading-relaxed text-gray-400 text-left md:text-center w-full max-w-2xl"
49
49
>
50
50
Synchornize types across all applications.
51
51
<br />
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ onMounted(() => {
168
168
class =" flex flex-col justify-center items-center w-full max-w-6xl mx-auto mt-6 md:my-12"
169
169
>
170
170
<h2
171
- class =" w-full text-left sm:text-center text-5xl md:text-6xl font-bold !leading-tight text-transparent bg-clip-text bg-gradient-to-br from-blue-400 to-violet-400 mb-2"
171
+ class =" text-6xl w-full text-left sm:text-center font-bold !leading-tight text-transparent bg-clip-text bg-gradient-to-br from-blue-400 to-violet-400 mb-2"
172
172
>
173
173
Try it out
174
174
</h2 >
Original file line number Diff line number Diff line change 73
73
<div v-else class =" block dark-light" />
74
74
</div >
75
75
<header
76
- class =" relative flex flex-col justify-center items-center font-sans w-full px-6 pt-20 overflow-hidden"
76
+ class =" relative flex flex-col justify-center items-center font-sans w-full px-6 pt-20 mb-16 md:mb-8 overflow-hidden"
77
77
style =" min-height : calc (100vh - 64px )"
78
78
>
79
79
<h1
You can’t perform that action at this time.
0 commit comments