From 15e61ae916ac1c090b76b29ee118c88a9bc4a70b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 26 May 2025 22:58:57 -0700 Subject: [PATCH] List spacing improvement --- site/src/scss/_content.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/site/src/scss/_content.scss b/site/src/scss/_content.scss index 9a9ec67c55..1a5a88762c 100644 --- a/site/src/scss/_content.scss +++ b/site/src/scss/_content.scss @@ -35,6 +35,11 @@ // stylelint-enable selector-max-type, selector-max-compound-selectors } + li ul, + li ol { + margin-top: .25rem; + } + // Override Bootstrap defaults > .table, > .table-responsive .table { -- 2.47.2