Skip to content

Commit

Permalink
Update styles.css added line height to lists
Browse files Browse the repository at this point in the history
  • Loading branch information
lparfitt authored Nov 25, 2024
1 parent f51f6a9 commit 85ac698
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 @@ -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 */
Expand Down

0 comments on commit 85ac698

Please sign in to comment.