Yoshie Muranaka | 111325b | 2020-11-03 14:48:08 -0800 | [diff] [blame] | 1 | // VuePress Theme overrides |
Derick Montague | 7e6fc97 | 2020-11-10 18:15:15 -0600 | [diff] [blame] | 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 |
Derick Montague | e7eb9dc | 2020-10-27 07:24:33 -0500 | [diff] [blame] | 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 |
| 13 | li p |
| 14 | margin-bottom .5rem |
| 15 | margin-top .5rem |