From 85ac6982d5f3fc8e4c0845795ef88bb997b3574c Mon Sep 17 00:00:00 2001 From: Lewis Parfitt Date: Mon, 25 Nov 2024 12:21:37 +0000 Subject: [PATCH] Update styles.css added line height to lists --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index bdfbf97..2a3b573 100644 --- a/styles.css +++ b/styles.css @@ -400,7 +400,7 @@ ul, ol { color: #222222 !important; /* Match body text color */ 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 */ + line-height: 1.6 !important; /* Match line-height for readability */ margin-left: 40px !important; /* Indent the list items */ margin-right: 40px !important; margin-bottom: 20px !important; /* Add spacing after the list */