Skip to content

Commit 1b4363c

Browse files
committed
bugfix content padding
1 parent d72d682 commit 1b4363c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vitepress/theme/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
}
4848

4949
.VPContent {
50-
padding-top: var(--vp-banner-height) !important;
50+
padding-top: calc(var(--vp-nav-height) + var(--vp-banner-height)) !important;
5151
}
5252

5353
.VPLocalNav {

0 commit comments

Comments
 (0)