Skip to content

Commit 62caca6

Browse files
authored
fix: banner height error (#1686)
1 parent a7af382 commit 62caca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vitepress/theme/components/VueSchoolBanner.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ function close () {
147147
}
148148
149149
.has-top-banner {
150-
--vt-banner-height: 104px;
150+
--vt-banner-height: 80px;
151151
}
152152
153153
.has-top-banner .banner {

0 commit comments

Comments
 (0)