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