From 683e01a34a2bee98f788724052448db8bb8cfef9 Mon Sep 17 00:00:00 2001 From: Lewis Parfitt Date: Tue, 19 Nov 2024 11:55:22 +0000 Subject: [PATCH] Update styles.css list padding --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 45b3cf6..4d2bb0c 100644 --- a/styles.css +++ b/styles.css @@ -289,7 +289,7 @@ ul, ol { font-size: 16px; /* Same font size as body text */ font-family: 'Quicksand', sans-serif !important; /* Apply the same font */ line-height: 1.6 !important; /* Match line-height for readability */ - padding-left: 20px !important; /* Indent the list items */ + padding: 0 20px !important; /* Indent the list items */ margin-bottom: 20px !important; /* Add spacing after the list */ list-style: disc; /* Add default bullet points */ }