Skip to content

Commit 99048a2

Browse files
committed
feat(ui): enhance index page layout
1 parent 91e603c commit 99048a2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/.vitepress/theme/style.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,26 +126,26 @@
126126
}
127127

128128
@media (min-width: 960px) {
129-
.name[data-v-72cc4481] {
129+
.VPHero .name {
130130
font-size: 70px;
131131
line-height: 80px;
132132
}
133133
}
134134

135135
@media (min-width: 960px) {
136-
.text[data-v-72cc4481] {
136+
.VPHero .text {
137137
font-size: 54px;
138138
line-height: 80px;
139139
}
140140
}
141141

142142
@media (min-width: 960px) {
143-
.tagline[data-v-72cc4481] {
143+
.VPHero .tagline {
144144
font-size: 28px;
145145
}
146146
}
147147

148-
.title[data-v-55e263fd] {
148+
.VPNav .title {
149149
display: flex;
150150
align-items: center;
151151
border-bottom: 1px solid transparent;

0 commit comments

Comments
 (0)