From ed9946e0baf70370e21b9e24eab88ee6cd5482b9 Mon Sep 17 00:00:00 2001 From: Zachary Vance Date: Mon, 17 Jul 2023 11:21:50 -0400 Subject: [PATCH] See how this looks --- markdown.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/markdown.css b/markdown.css index 55d3106..6332f36 100644 --- a/markdown.css +++ b/markdown.css @@ -23,3 +23,7 @@ tr.alt td { img { max-width: 300px; } + +li { + margin-top: 4px 0 4px 0; +} -- 2.47.3