From 88e9a45e382b908aae317e6ab033eb5050749ce7 Mon Sep 17 00:00:00 2001 From: Julien Cohen-Adad Date: Thu, 16 Dec 2021 16:51:15 -0500 Subject: [PATCH] Reduced space between list --- _static/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_static/theme.css b/_static/theme.css index 825af98a..7cd13559 100644 --- a/_static/theme.css +++ b/_static/theme.css @@ -54,7 +54,7 @@ li.toctree-l1 > a > code:nth-child(1) > span.pre { /* space out lists */ #main-content .section li { - padding: .4em 0; + padding: .1em 0; } /* make FontAwesome icons accessible to screen reader/plain text browsers