Reduce Spacing between Bullet Points and Normal Text

Often when I create bullet point lists I want to put a non-bulleted title for the list above. I find the spacing between the title (normal text) and bullet points too big, it doesn‘t look like it belongs to the list. Is there a way too decrease the space to make it look more belonging together?

1 Like

Yes, there is. In my templates I use these values, but make sure to adjust for your template:

ul,
ol {
	margin-block-start: 0.5em;
	margin-block-end: 0;
}
6 Likes

Thank you! It looks so much better now :slight_smile:

1 Like