From 8dfb4871d6f62f17ecf2798e6a24bb7b543a2704 Mon Sep 17 00:00:00 2001 From: Zeke Gabrielse Date: Thu, 4 Jul 2024 09:44:25 -0500 Subject: [PATCH] fix margins --- index.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.css b/index.css index ea41194..07a6f79 100644 --- a/index.css +++ b/index.css @@ -97,7 +97,8 @@ h4 { ul { list-style-type: none; padding: 0; - margin: 0; + margin-top: 0; + margin-bottom: 1rem; li::before { content: '-';