@@ -8,11 +8,11 @@ import NewsLetter from './.vitepress/theme/components/NewsLetter.vue'
8
8
9
9
<section id =" hero " >
10
10
<h1 class =" tagline " >
11
- The Progressive<br>
11
+ The <span class="accent"> Progressive</span> <br>
12
12
JavaScript Framework
13
13
</h1 >
14
14
<p class =" description " >
15
- An approachable, performant and versatile framework for building web interfaces.
15
+ An approachable, performant and versatile framework for building web user interfaces.
16
16
</p >
17
17
<p class =" actions " >
18
18
<a class="get-started" href="/guide/introduction.html">Get Started <svg class="icon" xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 24 24"><path d="M13.025 1l-2.847 2.828 6.176 6.176h-16.354v3.992h16.354l-6.176 6.176 2.847 2.828 10.975-11z"/></svg></a>
@@ -62,32 +62,31 @@ section {
62
62
}
63
63
64
64
#hero {
65
- padding : 76 px 32px ;
65
+ padding : 96 px 32px ;
66
66
text-align : center ;
67
67
}
68
68
69
69
.tagline {
70
- font-size : 62 px ;
70
+ font-size : 76 px ;
71
71
line-height : 1.25 ;
72
72
font-weight : 900 ;
73
73
letter-spacing : -1.5px ;
74
- max-width : 680 px ;
74
+ max-width : 960 px ;
75
75
margin : 0px auto ;
76
76
}
77
77
78
- .dark .tagline {
79
- /* color: var(--vt-c-green-light); */
78
+ html :not (.dark ) .accent , .dark .tagline {
80
79
background : -webkit-linear-gradient (315deg , #42d392 25% , #647eff );
81
80
-webkit-background-clip : text ;
82
81
-webkit-text-fill-color : transparent ;
83
82
}
84
83
85
84
.description {
86
- max-width : 760 px ;
85
+ max-width : 960 px ;
87
86
line-height : 1.5 ;
88
87
color : var (--vt-c-text-2 );
89
88
transition : color 0.5s ;
90
- font-size : 18 px ;
89
+ font-size : 22 px ;
91
90
margin : 24px auto 40px ;
92
91
}
93
92
@@ -196,9 +195,9 @@ section {
196
195
background-color : transparent ;
197
196
}
198
197
199
- @media (max-width : 768 px ) {
198
+ @media (max-width : 960 px ) {
200
199
.tagline {
201
- font-size : 48 px ;
200
+ font-size : 64 px ;
202
201
letter-spacing : -0.5px ;
203
202
}
204
203
.description {
@@ -207,13 +206,17 @@ section {
207
206
}
208
207
}
209
208
209
+ @media (max-width : 768px ) {
210
+ .tagline {
211
+ font-size : 48px ;
212
+ letter-spacing : -0.5px ;
213
+ }
214
+ }
215
+
210
216
@media (max-width : 576px ) {
211
217
#hero {
212
218
padding : 64px 32px ;
213
219
}
214
- .tagline {
215
- font-size : 38px ;
216
- }
217
220
.description {
218
221
font-size : 16px ;
219
222
margin : 18px 0 30px ;
0 commit comments