We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 772a4f9 + 127f993 commit 7534aa9Copy full SHA for 7534aa9
docs/.vitepress/theme/custom.css
@@ -20,13 +20,38 @@
20
/* 确保文本颜色透明 */
21
}
22
23
+@media (min-width: 960px) {
24
+
25
+ .VPContent .VPHero.has-image .container{
26
+ height: 270px;
27
+ }
28
29
+ .VPContent .VPHero.has-image .main{
30
+ max-width: 900px;
31
32
33
+ .VPHomeHero .main .name {
34
+ font-size: 80px;
35
+ line-height: 120px;
36
37
38
+ .VPHomeHero .main .text{
39
+ max-width: 700px;
40
41
42
+ .VPContent.is-home {
43
+ padding-top: 130px;
44
45
+}
46
47
.VPButton.brand {
48
background-color: #f472b6 !important;
49
50
51
.VPLocalSearchBox #localsearch-list mark {
52
background-color: rgba(255, 138, 128, 0.3);
53
54
55
/* .vitepress\theme\style\blur.css */
56
:root {
57
0 commit comments