From eb818ed7db2f09aa026788d045227934fbd03d1f Mon Sep 17 00:00:00 2001 From: Travis Abendshien <46939827+CyanVoxel@users.noreply.github.com> Date: Thu, 18 Sep 2025 02:55:12 -0700 Subject: [PATCH] docs: adjust list margins --- docs/stylesheets/extra.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 67fd7db0..f1e72d90 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -73,13 +73,13 @@ td { padding: 0.5em 1em 0.5em 1em !important; } -ul { - margin-top: 0 !important; - margin-bottom: 0 !important; +.md-typeset ul li ul { + margin-top: 0; + margin-bottom: 0.1rem; } -li { - margin-bottom: 0 !important; +.md-typeset ul li { + margin-bottom: 0.1rem; } .md-header {