target list items of paragraph style only
Hi,
To make the vertical gaps between each bulleted line greater than the auto-line height of the wrapped text within the bullet... I need to add margin-bottom to the li tag. However, li is used for menu items, including nav.
I need to target the <p> tags <li> only... in the CSS I started to write: li p {margin-bottom: xx;}
Can you confirm this is the best method that could work?
Thank you.
