Skip to content

Commit e228bd6

Browse files
committed
docs: home title
1 parent 37db4b6 commit e228bd6

File tree

1 file changed

+7
-9
lines changed
  • packages/hooks/docs/.vitepress/theme/home

1 file changed

+7
-9
lines changed

packages/hooks/docs/.vitepress/theme/home/Home.vue

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -156,14 +156,6 @@
156156
margin: 0px auto;
157157
}
158158
159-
// .accent::after {
160-
// content: 'plus';
161-
// font-size: 16px;
162-
// border-radius: 100%;
163-
// padding: 5px;
164-
// border: 1px solid red;
165-
// }
166-
167159
html:not(.dark) .accent,
168160
.dark .tagline {
169161
background: -webkit-linear-gradient(315deg, #42d392 25%, #647eff);
@@ -293,9 +285,12 @@
293285
}
294286
@media (max-width: 768px) {
295287
.tagline {
296-
font-size: 48px;
288+
font-size: 36px;
297289
letter-spacing: -0.5px;
298290
}
291+
.accent {
292+
font-size: 48px;
293+
}
299294
}
300295
@media (max-width: 576px) {
301296
#hero {
@@ -322,6 +317,9 @@
322317
}
323318
@media (max-width: 370px) {
324319
.tagline {
320+
font-size: 26px;
321+
}
322+
.accent {
325323
font-size: 36px;
326324
}
327325
}

0 commit comments

Comments
 (0)