summaryrefslogtreecommitdiff
path: root/docs/.vuepress/styles/palette.styl
blob: 4d79601e2d1868b80bda7fb95c0e648180b6ea33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// VuePress Theme overrides
// Change content to be left aligned
.theme-default-content:not(.custom),
.page-nav
  max-width 72ch
  margin 0
  padding 2rem

// Overide default margins for p tags
// VuePress is nesting li content in p tags
// unless they are nested li elements creating
// inconsistent margins between different lists
li p
    margin-bottom .5rem
    margin-top .5rem