Skip to content

Commit 9799380

Browse files
committed
hide page nav (for now)
1 parent b0938a7 commit 9799380

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/.vuepress/theme/styles/index.styl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,8 @@
2828
}
2929
}
3030
}
31+
32+
.page > .page-nav {
33+
display: none;
34+
}
3135
}

0 commit comments

Comments
 (0)