From 22da20d996df4a2953b8d592dcd0ebe2e353deec Mon Sep 17 00:00:00 2001 From: "Fred K. Schott" Date: Mon, 16 Aug 2021 08:54:41 -0700 Subject: [PATCH] docs: small ul,ol margin change --- docs/public/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/public/index.css b/docs/public/index.css index c791028cf..17ab4378f 100644 --- a/docs/public/index.css +++ b/docs/public/index.css @@ -113,7 +113,7 @@ a { } article > section :is(ul, ol) > * + * { - margin-top: 0.75rem; + margin-top: 0.25rem; } article > section nav :is(ul, ol) > * + * {