Skip to content

Commit 1849b2e

Browse files
fix: move news-banner to bottom
1 parent 4a502eb commit 1849b2e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.vitepress/theme/custom.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,7 @@ header {
3030
padding: 3rem 1.5rem !important;
3131
}
3232
}
33+
34+
.news-banner {
35+
top: calc(100dvh - 40px) !important;
36+
}

0 commit comments

Comments
 (0)