diff --git a/_sass/minimal-mistakes/_utilities.scss b/_sass/minimal-mistakes/_utilities.scss index a2f4b1ce..427e3830 100644 --- a/_sass/minimal-mistakes/_utilities.scss +++ b/_sass/minimal-mistakes/_utilities.scss @@ -120,6 +120,10 @@ body:hover .visually-hidden button { } } +.task-list .task-list { + margin-left: 1em; +} + /* Alignment ========================================================================== */ diff --git a/test/_posts/2009-05-15-edge-case-nested-and-mixed-lists.md b/test/_posts/2009-05-15-edge-case-nested-and-mixed-lists.md index 727ab6a8..5e3ecedc 100644 --- a/test/_posts/2009-05-15-edge-case-nested-and-mixed-lists.md +++ b/test/_posts/2009-05-15-edge-case-nested-and-mixed-lists.md @@ -63,4 +63,6 @@ Nested and mixed lists are an interesting beast. It's a corner case to make sure - [x] Finish my changes - [ ] Push my commits to GitHub -- [ ] Open a pull request \ No newline at end of file +- [ ] Open a pull request + - [ ] Follow discussions + - [x] Push new commits \ No newline at end of file