Skip to content

Commit

Permalink
Update styles.css list padding
Browse files Browse the repository at this point in the history
  • Loading branch information
lparfitt authored Nov 19, 2024
1 parent 872482a commit 683e01a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
}
Expand Down

0 comments on commit 683e01a

Please sign in to comment.