I currently have an unordered list (<ul>
) with 3 items, each containing a hyperlinked anchor tag (<a href>
). However, I'm facing an issue where the bullet points of the list are too close together. Specifically, the second bullet point aligns with the second line of the first bullet point.
Is there a way to adjust the indentation of the bullet points so that they align properly with the start of each <li>
item?