blob: 4d79601e2d1868b80bda7fb95c0e648180b6ea33 [file] [log] [blame]
Yoshie Muranaka111325b2020-11-03 14:48:08 -08001// VuePress Theme overrides
Derick Montague7e6fc972020-11-10 18:15:15 -06002// 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
Derick Montaguee7eb9dc2020-10-27 07:24:33 -05008
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