From ae6bb2364aeef6b7be007a06fb92f1fba9aa5adf Mon Sep 17 00:00:00 2001 From: Jacob Baker-Kretzmar Date: Fri, 24 Jul 2020 09:30:28 -0400 Subject: [PATCH 1/2] Add left margin to nested lists --- source/_assets/sass/_base.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_assets/sass/_base.scss b/source/_assets/sass/_base.scss index 8dc4fd8..0f3b2ce 100644 --- a/source/_assets/sass/_base.scss +++ b/source/_assets/sass/_base.scss @@ -100,6 +100,7 @@ li { ul, ol { @apply .my-0; + @apply .ml-8; } } From 935e1f68cba2066634eba51a10466f03379aaad0 Mon Sep 17 00:00:00 2001 From: Jacob Baker-Kretzmar Date: Fri, 24 Jul 2020 09:30:45 -0400 Subject: [PATCH 2/2] Add unordered and ordered list examples to Customizing Your Site post --- source/_posts/customizing-your-site.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/_posts/customizing-your-site.md b/source/_posts/customizing-your-site.md index 894db6c..8d2e7e8 100644 --- a/source/_posts/customizing-your-site.md +++ b/source/_posts/customizing-your-site.md @@ -46,6 +46,14 @@ Here’s a quick preview of what some of the basic type styles will look like in The quick brown fox jumps over the lazy dog +- The quick brown fox + - jumps over + - the lazy dog + +1. The quick brown fox + 1. jumps over + 1. the lazy dog + The quick brown fox jumps over the lazy dog The quick brown fox jumps over the lazy dog