File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed
packages/hooks/docs/.vitepress/theme/home Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 156
156
margin : 0px auto ;
157
157
}
158
158
159
- // .accent::after {
160
- // content: 'plus';
161
- // font-size: 16px;
162
- // border-radius: 100%;
163
- // padding: 5px;
164
- // border: 1px solid red;
165
- // }
166
-
167
159
html :not (.dark ) .accent ,
168
160
.dark .tagline {
169
161
background : -webkit-linear-gradient (315deg , #42d392 25% , #647eff );
293
285
}
294
286
@media (max-width : 768px ) {
295
287
.tagline {
296
- font-size : 48 px ;
288
+ font-size : 36 px ;
297
289
letter-spacing : -0.5px ;
298
290
}
291
+ .accent {
292
+ font-size : 48px ;
293
+ }
299
294
}
300
295
@media (max-width : 576px ) {
301
296
#hero {
322
317
}
323
318
@media (max-width : 370px ) {
324
319
.tagline {
320
+ font-size : 26px ;
321
+ }
322
+ .accent {
325
323
font-size : 36px ;
326
324
}
327
325
}
You can’t perform that action at this time.
0 commit comments