xref: /openbmc/webui-vue/docs/.vuepress/styles/palette.styl (revision 68cbbe9014cbdcf7229a878f564d38f6d6199f25)
1// VuePress Theme overrides
2// Change content to be left aligned
3.theme-default-content:not(.custom),
4.page-nav
5  max-width 72ch
6  margin 0
7  padding 2rem
8
9// Overide default margins for p tags
10// VuePress is nesting li content in p tags
11// unless they are nested li elements creating
12// inconsistent margins between different lists
13li p
14    margin-bottom .5rem
15    margin-top .5rem
16