vuepress-theme-vdoing/theme-vdoing/styles/custom-page.styl

14 lines
312 B
Stylus

// @require './wrapper.styl'
.custom-page
min-height calc(100vh - 3.6rem)
padding-top ($navbarHeight)
@media (min-width $cardLayout)
min-height calc(100vh - 5.6rem)
padding-top $navbarHeight
background var(--pageBg)
>*
// @extend $wrapper
.theme-vdoing-wrapper
margin 0 auto