Spacing in Bullet Points

Hi, I want to know How can I increase the space between 2 bullet points in the Basic front and back card, as it seems too cluttered to use it.

Add this to your template styling:

li {
     line-height: 150%;
   }

Try other values like 200%.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.