xref: /openbmc/webui-vue/docs/.vuepress/styles/palette.styl (revision 842b5dbe74c06fcf75297be7f496d5f9f17655b9)
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