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 */ }