Looking to make the bullet point next to an li
element larger? The common approach is to eliminate the standard point, add a custom one using the :before
selector, and adjust the font size of the added point.
While this technique somewhat achieves the goal, it often leads to misalignment between the text and the bullet point. Take a look at my code here for reference.
Is there a solution that doesn't involve manually adjusting the text's position by specific pixel measurements?